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