create backend
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -23,17 +23,24 @@ erl_crash.dump
|
||||
/tmp/
|
||||
|
||||
# Ignore package tarball (built via "mix hex.build").
|
||||
docmark-*.tar
|
||||
|
||||
docs/*.pdf
|
||||
data
|
||||
|
||||
# Ignore my stack of pdfs
|
||||
/docs/
|
||||
|
||||
# Ignore application logs
|
||||
/priv/logs/
|
||||
|
||||
# Ignore assets that are produced by build tools.
|
||||
/priv/static/assets/
|
||||
/priv/static/*.js
|
||||
/priv/static/*.html
|
||||
/priv/static/*.css
|
||||
|
||||
# Ignore mnesia data
|
||||
Mnesia*/
|
||||
/priv/mnesia/
|
||||
|
||||
# Ignore digested assets cache.
|
||||
/priv/static/cache_manifest.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user