Added .gitignore
This commit is contained in:
parent
546d154487
commit
26d3dd8a28
|
@ -0,0 +1,27 @@
|
|||
!.gitignore
|
||||
.bundle
|
||||
.DS_Store
|
||||
.rvmrc
|
||||
|
||||
Gemfile.lock
|
||||
|
||||
db/*.sqlite3
|
||||
log/*.log
|
||||
public/assets
|
||||
public/index.html
|
||||
public/panel/**/*
|
||||
public/uploads/**/*
|
||||
solr/data
|
||||
tmp/**/*
|
||||
tmp/*
|
||||
uploads/**/*
|
||||
|
||||
*.swp
|
||||
*.pid
|
||||
*.lck
|
||||
|
||||
.sass-cache/*
|
||||
*.supported
|
||||
config/mongoid.yml
|
||||
*.
|
||||
sftp-config.json
|
Loading…
Reference in New Issue