lipu_kasi/.gitignore

54 lines
1.0 KiB
Plaintext

# [[file:phoenix.org::*Project =.gitignore= file][Project =.gitignore= file:1]]
# elixir and mix outputs
/_build/
/cover/
/deps/
/doc/
/.fetch
# debug and dumps
erl_crash.dump
npm-debug.log
# Archives
*.ez
lipu_kasi-*.tar
# The directory NPM downloads your dependencies sources to.
/assets/node_modules/
/priv/static/
# Project =.gitignore= file:1 ends here
# [[file:phoenix.org::*Project =.gitignore= file][Project =.gitignore= file:2]]
/mix.exs
# /mix.lock is checked in.
.formatter.exs
/config/*.exs
!/config/prod.secret.exs
# LipuKasi module
/lib/lipu_kasi.ex
/lib/lipu_kasi/*.ex
# LipuKasiWeb module
/lib/lipu_kasi_web.ex
/lib/lipu_kasi_web/*.ex
# Channels, Controllers, Views, Templates
/lib/lipu_kasi_web/channels/
/lib/lipu_kasi_web/controllers/
/lib/lipu_kasi_web/views/
/lib/lipu_kasi_web/templates/
/test/lipu_kasi_web/controllers/
/test/lipu_kasi_web/views/
/test/test_helper.exs
/test/support/
# Assets
/assets/js/app.js
/assets/js/foundation.js
/assets/js/sw.js
# Project =.gitignore= file:2 ends here