Merge pull request #493 from digineo/gitignore

Clean up .gitignore
This commit is contained in:
Thorsten 2016-12-06 13:32:37 +01:00 committed by GitHub
commit a8e725dd92
3 changed files with 9 additions and 12 deletions

21
.gitignore vendored
View file

@ -10,18 +10,18 @@
# Ignore the default SQLite database. # Ignore the default SQLite database.
/db/*.sqlite3 /db/*.sqlite3
# Ignore local changes to schema.rb (e. g. through extentions)
/db/schema.rb
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/*.log /log
/tmp/websocket* /tmp
/tmp/cache*
/tmp/pids/*
/tmp/*.png
/public/assets/*.* /public/assets/*.*
/public/assets/app/* /public/assets/app
/public/assets/custom/* /public/assets/custom
# Ignore custom gem file # Ignore custom gem file
Gemfile.local /Gemfile.local
# Ignore .project files # Ignore .project files
/.project /.project
@ -36,10 +36,7 @@ Gemfile.local
.*.swp .*.swp
# Ignore coverage stuff # Ignore coverage stuff
/coverage/* /coverage
# Ignore local changes to schema.rb (e. g. through extentions)
db/schema.rb
# Ignore Rubymine config # Ignore Rubymine config
/.idea /.idea

View file

View file