Michal Banka | 7f77049 | 2021-02-08 12:42:52 +0100 | [diff] [blame] | 1 | # See https://help.github.com/ignore-files/ for more about ignoring files. |
2 | |||||
3 | # dependencies | ||||
4 | /node_modules | ||||
5 | |||||
6 | # testing | ||||
7 | /coverage | ||||
8 | |||||
9 | # production | ||||
10 | /build | ||||
11 | /artifactInfos | ||||
12 | |||||
13 | # misc | ||||
14 | .DS_Store | ||||
15 | .env.local | ||||
16 | .env.development.local | ||||
17 | .env.test.local | ||||
18 | .env.production.local | ||||
19 | |||||
20 | npm-debug.log* | ||||
21 | yarn-debug.log* | ||||
22 | yarn-error.log* | ||||
23 | |||||
24 | |||||
25 | # dependencies | ||||
26 | target | ||||
27 | *.iml | ||||
28 | .idea | ||||
29 | node_modules | ||||
30 | package-lock.json | ||||
31 | build |