commit
a8e725dd92
3 changed files with 9 additions and 12 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue