mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
update gitignore rules to match rails 3.2.8 defaults
This commit is contained in:
parent
bc3af26320
commit
21472fce5e
2 changed files with 5 additions and 5 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -6,18 +6,18 @@
|
||||||
config/database.yml
|
config/database.yml
|
||||||
config/site.yml
|
config/site.yml
|
||||||
config/deploy.rb
|
config/deploy.rb
|
||||||
db/*.sqlite3
|
/db/*.sqlite3
|
||||||
db/*.db
|
/db/*.db
|
||||||
db/data.yml
|
db/data.yml
|
||||||
db/schema.rb
|
db/schema.rb
|
||||||
log
|
/log/*.log
|
||||||
nbproject
|
nbproject
|
||||||
tmp
|
/tmp
|
||||||
vendor/plugins/query_trace/
|
vendor/plugins/query_trace/
|
||||||
rerun.txt
|
rerun.txt
|
||||||
.idea
|
.idea
|
||||||
.rvmrc
|
.rvmrc
|
||||||
.yardoc
|
.yardoc
|
||||||
tags
|
tags
|
||||||
/.bundle/
|
/.bundle
|
||||||
/public/assets/
|
/public/assets/
|
||||||
|
|
0
log/.gitkeep
Normal file
0
log/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue