-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 722 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (42 loc) · 722 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Created by https://www.toptal.com/developers/gitignore/api/phoenix,elixir
# Edit at https://www.toptal.com/developers/gitignore?templates=phoenix,elixir
### Elixir ###
/_build
/coverage
/deps
/doc
/.fetch
erl_crash.dump
*.ez
*.beam
/config/*.secret.exs
.elixir_ls/
/priv/plts/*.plt
/priv/plts/*.plt.hash
### Phoenix ###
/tmp
# Static artifacts
/node_modules
/assets/node_modules
/priv/static/
# Installer-related files
/installer/_build
/installer/tmp
/installer/doc
/installer/deps
# System Files
.DS_Store
Thumbs.db
# Ignore generated js hook files for components
assets/js/_hooks/
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
.history/*