mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Merge pull request #2747 from MindTooth/extra_gitignore_entries
Added more .gitignore entries
This commit is contained in:
+16
-16
@@ -1,21 +1,21 @@
|
|||||||
|
# Ignore all dotfiles #
|
||||||
|
#######################
|
||||||
|
.*
|
||||||
|
!/.gitignore
|
||||||
|
!/.editorconfig
|
||||||
|
!/.scrutinizer.yml
|
||||||
|
|
||||||
|
|
||||||
|
# Others #
|
||||||
|
##########
|
||||||
|
*.swp
|
||||||
|
Thumbs.db
|
||||||
config.php
|
config.php
|
||||||
.index
|
|
||||||
junk
|
|
||||||
logs
|
|
||||||
patches
|
|
||||||
rrd
|
|
||||||
html/plugins/*
|
html/plugins/*
|
||||||
!html/plugins/Test/
|
!html/plugins/Test/
|
||||||
|
junk
|
||||||
|
logs
|
||||||
nbproject
|
nbproject
|
||||||
.alerts.lock
|
patches
|
||||||
.ircbot.alert
|
rrd
|
||||||
.metadata_never_index
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
# OS generated files #
|
|
||||||
######################
|
|
||||||
.DS_Store
|
|
||||||
.DS_Store?
|
|
||||||
.Spotlight-V100
|
|
||||||
.Trashes
|
|
||||||
Thumbs.db
|
|
||||||
|
|||||||
Reference in New Issue
Block a user