Add .gitignore
This commit is contained in:
parent
61222a432e
commit
0060e0ab25
1 changed files with 13 additions and 0 deletions
13
gitignore
Normal file
13
gitignore
Normal file
|
@ -0,0 +1,13 @@
|
|||
*.DS_Store
|
||||
*.sw[nop]
|
||||
.bundle
|
||||
.sass-cache/
|
||||
db/*.sqlite3
|
||||
log/*.log
|
||||
rerun.txt
|
||||
tags
|
||||
tmp/**/*
|
||||
!tmp/cache/.keep
|
||||
vendor/bundler_gems
|
||||
vim/.netrwhist
|
||||
zeus.json
|
Loading…
Add table
Reference in a new issue