File tree Expand file tree Collapse file tree 2 files changed +54
-14
lines changed Expand file tree Collapse file tree 2 files changed +54
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Build output
2
2
dist /
3
3
test /testBuild
4
+ build /
4
5
5
- # Node modules folder
6
+ # Dependencies
6
7
node_modules /
8
+ .pnp /
9
+ .pnp.js
10
+
11
+ # Testing
12
+ coverage /
13
+ test-results /
14
+
15
+ # Production
16
+ build /
17
+ .env.local
18
+ .env.development.local
19
+ .env.test.local
20
+ .env.production.local
21
+
22
+ # Misc
23
+ .DS_Store
24
+ .env
25
+ .env.local
26
+ .env.development
27
+ .env.production
28
+ .env.test
29
+
30
+ # Debug logs
31
+ npm-debug.log *
32
+ yarn-debug.log *
33
+ yarn-error.log *
34
+ debug.log
35
+
36
+ # IDE specific files
37
+ .idea /
38
+ .vscode /
39
+ * .swp
40
+ * .swo
41
+ .vs /
42
+
43
+ # Office Add-in specific
44
+ * .sideload. *
45
+ * .xml.bak
46
+ manifest. * .xml
47
+
48
+ # SSL certificates
49
+ certs /
50
+ * .pem
51
+ * .cer
52
+ * .pvk
53
+
54
+ # Python virtual environments
55
+ .venv /
56
+ venv /
57
+ ENV /
58
+ .env /
59
+ .python-version
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments