We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b1486 commit eb86725Copy full SHA for eb86725
1 file changed
.gitignore
@@ -1,32 +1,10 @@
1
# Node.js
2
node_modules/
3
-npm-debug.log*
4
-yarn-debug.log*
5
-yarn-error.log*
6
-
7
-# TypeScript
8
-*.tsbuildinfo
9
10
-# Logs
11
-logs
12
-*.log
13
-logs/*.log
14
15
-# Dependency directories
16
-jspm_packages/
17
18
# Optional npm cache directory
19
.npm
20
21
-# Optional eslint cache
22
-.eslintcache
23
24
# IDE specific files
25
.vscode/
26
-.idea/
27
-.DS_Store
28
29
-# Environment variables
30
-.env
31
-.env.local
32
-.env.*.local
+package-lock.json
0 commit comments