forked from firezone/firezone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (24 loc) · 724 Bytes
/
.gitignore
File metadata and controls
34 lines (24 loc) · 724 Bytes
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
# HTTPS dev certs
priv/pki/authorities/local/
# The directory Mix will write compiled artifacts to.
_build/
# If you run "mix test --cover", coverage assets end up here.
cover/
# The directory Mix downloads your dependencies sources to.
deps/
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# The directory NPM downloads your dependencies sources to.
/assets/node_modules/
# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
# Dialyxir output
/priv/plts/
# Test screenshots
apps/*/screenshots
# WG configs generated in acceptance tests
*.conf
# Uploads
apps/web/priv/static/uploads