Skip to content

Commit

Permalink
Update gitignore to exclude configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Unmovable committed Jul 22, 2015
1 parent c18bf97 commit 17f697d
Showing 1 changed file with 28 additions and 25 deletions.
53 changes: 28 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
###Files and folders specified here will never be tracked.

#Ignore everything in data subdirectories
/data/**/*
/data/*
/_maps/map_files/backup

#Ignore generated files in data
/data/appearance_full.ban
/data/banlist.bdb
/data/job_full.ban
/data/job_fullnew.bdb
/data/memo.sav
/data/mode.txt
/data/logs
/data/investigate

#Do not store automatic map backups
/_maps/map_files/backup

#Ignore compiled files and other files generated during compilation.
*.dmb
*.rsc
*.lk
*.int
###Files and folders specified here will never be tracked.

#Ignore everything in data subdirectories
/data/**/*
/data/*
/_maps/map_files/backup

#Ignore generated files in data
/data/appearance_full.ban
/data/banlist.bdb
/data/job_full.ban
/data/job_fullnew.bdb
/data/memo.sav
/data/mode.txt
/data/logs
/data/investigate

#Do not store automatic map backups
/_maps/map_files/backup

#Ignore configs
/config/*

#Ignore compiled files and other files generated during compilation.
*.dmb
*.rsc
*.lk
*.int
*.backup

0 comments on commit 17f697d

Please sign in to comment.