asciinema.org/.gitignore

65 lines
982 B
Plaintext
Raw Normal View History

2016-08-22 03:15:42 +00:00
## Rails app
/.bundle
2016-08-22 03:15:42 +00:00
/.vagrant
/.rspec
/.env
/tmp/*
2016-08-22 03:15:42 +00:00
/log/*
2012-03-18 11:02:17 +00:00
/bin/*
2016-08-22 03:15:42 +00:00
/config/database.yml
/config/asciinema.yml
/db/*.sqlite3
2012-04-09 16:23:28 +00:00
/coverage
2016-08-22 03:15:42 +00:00
/public/uploads/*
/uploads/*
## Clojure app
2017-01-08 13:12:42 +00:00
2017-01-07 15:45:14 +00:00
/target
/classes
/checkouts
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
2017-01-08 13:12:42 +00:00
/.nrepl-port
2017-05-12 17:20:58 +00:00
/.nrepl-history
2017-01-07 15:45:14 +00:00
/.dir-locals.el
2017-01-08 13:12:42 +00:00
/profiles.clj
2017-01-07 15:45:14 +00:00
/dev/resources/local.edn
/dev/src/local.clj
2017-04-18 17:41:53 +00:00
2016-08-22 03:15:42 +00:00
## Elixir app
# App artifacts
/_build
/db
/deps
/*.ez
# Generated on crash by the VM
erl_crash.dump
# Static artifacts
/node_modules
# Since we are building assets from web/static,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
# The config/prod.secret.exs file by default contains sensitive
# data and you should not commit it into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets file as long as you replace its contents by environment
# variables.
/config/prod.secret.exs
## Docker
2017-04-18 17:41:53 +00:00
/volumes
2016-08-22 03:15:42 +00:00
.m2
/.env.production