Initial Commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
config/database.yml
|
||||
config/*.sphinx.conf
|
||||
config/s3_credentials.yml
|
||||
*~
|
||||
*.cache
|
||||
*.log
|
||||
*.pid
|
||||
tmp/**/*
|
||||
.DS_Store
|
||||
db/cstore/**
|
||||
db/sphinx/**
|
||||
doc/api
|
||||
doc/app
|
||||
doc/plugins
|
||||
doc/*.dot
|
||||
coverage/*
|
||||
db/*.sqlite3
|
||||
*.tmproj
|
||||
*.sw?
|
||||
Reference in New Issue
Block a user