Clean up .gitignore

This commit is contained in:
Julian Kornberger 2016-12-02 09:01:22 +01:00
parent 2ed9ed5897
commit 3102fb2b02
3 changed files with 9 additions and 12 deletions

21
.gitignore vendored
View file

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

View file

View file