-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
57 lines (47 loc) · 1.07 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# App artifacts
/_build
/db
/deps
/*.ez
.elixir_ls
.DS_Store
# Generated on crash by the VM
erl_crash.dump
# Npm stuff
/node_modules
/**/*/node_modules
/**/*/npm-debug.*
# Code coverage output
/**/cover
# Data munging
cache-dir
# Since we are building assets from client,
# we ignore priv/static.
apps/transport/priv/static/css/*
apps/transport/priv/static/fonts/*
apps/transport/priv/static/images/*
apps/transport/priv/static/js/*
# Environment variables files
/.env
# 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
# the blog build folder
/blog/public
.clever.json
dialyzer-plt/*.plt
dialyzer-plt/*.plt.hash
config/proxy-config.yml
config/notifications-config.yml
config/dev.secret.exs
scripts/siri/config.yml
transport-tools
apps/transport/client/yarn-error.log
.miniorc
livebook/cache-dir
apps/transport/priv/repo/structure.sql
pg.list