mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
* feat: 🎸 spam single map and batch-spam multiple maps * fix: 🐛 fixed failing system tests and refactored spam functions
55 lines
1007 B
Plaintext
55 lines
1007 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
#
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
# Ignore bundler config
|
|
/.bundle
|
|
|
|
# avoid committing your secrets inadvertly
|
|
./app.yaml
|
|
|
|
# Ignore the default SQLite database.
|
|
/db/*.sqlite3
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
/tmp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.ruby-version
|
|
.DS_Store
|
|
log/
|
|
tmp/*
|
|
tmp/**/*
|
|
coverage/
|
|
public/warpables/*
|
|
public/system/*
|
|
public/warps/*
|
|
public/tms/*
|
|
public/lib/*
|
|
db/schema.rb
|
|
*.db
|
|
config/database.yml
|
|
config/amazon_s3.yml
|
|
config/initializers/recaptcha.rb
|
|
config/config.yml
|
|
config/initializers/site_keys.rb
|
|
vendor/bundle
|
|
app/assets/bower_components
|
|
app/assets/node_modules
|
|
public/assets
|
|
node_modules/
|
|
todo.txt
|
|
.sass-cache
|
|
.byebug_history
|
|
coverage_report/
|
|
test/reports/
|
|
yarn-error.log
|
|
yarn.lock
|
|
.idea/
|
|
passenger.3000.pid
|
|
passenger.3000.pid.lock
|
|
.vscode
|