generated from rajrajhans/phoenix-elixir-nix-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.dockerignore
181 lines (96 loc) · 3.16 KB
/
.dockerignore
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# flyctl launch added from .elixir_ls/.gitignore
.elixir*ls/\**/\_
# flyctl launch added from .gitignore
# 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
# Where 3rd-party dependencies like ExDoc output generated docs.
doc
# Ignore .fetch files in case you like to edit your project deps locally.
.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
\*\*/erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
\*_/_.ez
# Temporary files, for example, from tests.
tmp
# Ignore package tarball (built via "mix hex.build").
\*_/media_search_demo-_.tar
# Ignore assets that are produced by build tools.
priv/static/assets
# Ignore digested assets cache.
priv/static/cache_manifest.json
# In case you use Node.js/npm, you want to ignore these.
\*\*/npm-debug.log
assets/node_modules
#nix
**/.direnv
**/.nix-hex
\*\*/.nix-mix
# vscode
**/.vscode/\*
!**/.vscode/tasks.json
!**/.vscode/extensions.json
**/.elixir_ls
# Local environment variable files
**/.env.local
**/.env.\*.local
# macos
\*\*/.DS_Store
# intellij
\*\*/.idea
# dialyzer
**/priv/plts/\*.plt
**/priv/plts/\*.plt.hash
# unsplash dataset file
\*\*/priv/photos.tsv000
# flyctl launch added from deps/annoy_ex/.gitignore
# The directory Mix will write compiled artifacts to.
deps/annoy_ex/\_build
# If you run "mix test --cover", coverage assets end up here.
deps/annoy_ex/cover
# The directory Mix downloads your dependencies sources to.
deps/annoy_ex/deps
# Where third-party dependencies like ExDoc output generated docs.
deps/annoy_ex/doc
# Ignore .fetch files in case you like to edit your project deps locally.
deps/annoy_ex/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
deps/annoy_ex/\*\*/erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
deps/annoy*ex/\**/\_.ez
# Ignore package tarball (built via "mix hex.build").
deps/annoy*ex/\**/annoy*ex-*.tar
# Temporary files, for example, from tests.
deps/annoy_ex/tmp
deps/annoy_ex/\*\*/.vscode
deps/annoy_ex/priv
# flyctl launch added from deps/hnswlib/.gitignore
# The directory Mix will write compiled artifacts to.
deps/hnswlib/\_build
# If you run "mix test --cover", coverage assets end up here.
deps/hnswlib/cover
# The directory Mix downloads your dependencies sources to.
deps/hnswlib/deps
# Where third-party dependencies like ExDoc output generated docs.
deps/hnswlib/doc
# Ignore .fetch files in case you like to edit your project deps locally.
deps/hnswlib/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
deps/hnswlib/\*\*/erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
deps/hnswlib/\*_/_.ez
# Ignore package tarball (built via "mix hex.build").
deps/hnswlib/\*_/hnsw_elixir-_.tar
# Temporary files, for example, from tests.
deps/hnswlib/tmp
# macOS
deps/hnswlib/\*\*/.DS_Store
# IDE
deps/hnswlib/\*\*/.vscode
# flyctl launch added from deps/tokenizers/native/ex_tokenizers/.gitignore
deps/tokenizers/native/ex_tokenizers/target
fly.toml