]>
Commit | Line | Data |
---|---|---|
b9c5fcf0 BW |
1 | .DS_Store |
2 | node_modules | |
3 | /dist | |
4 | ||
5 | # local env files | |
6 | .env.local | |
7 | .env.*.local | |
8 | ||
9 | # Log files | |
10 | npm-debug.log* | |
11 | yarn-debug.log* | |
12 | yarn-error.log* | |
13 | ||
14 | # Editor directories and files | |
15 | .idea | |
16 | .vscode | |
17 | *.suo | |
18 | *.ntvs* | |
19 | *.njsproj | |
20 | *.sln | |
21 | *.sw? | |
e1142750 BW |
22 | |
23 | # App configuration | |
a503c574 FB |
24 | config.yml |
25 | ||
26 | .drone.yml |