We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756dd67 commit a9c6fa4Copy full SHA for a9c6fa4
.gitignore
@@ -1,33 +1,32 @@
1
-.idea/
+# OS
2
.DS_Store
3
-.history/
4
-.nyc_output/
+
+# IDE
5
.vscode/
6
-*.lock
7
-*.sum
8
-*.log
9
-vendor/
10
-*.iml
11
-target/
12
-.settings/
13
-.classpath
+.idea
+.settings
14
.project
15
.history/
16
-coverage.html
17
-coverage.out
18
-node_modules/
19
-libraries/
20
-**/.libraries.json
21
-*.sh
22
-**/bin/
23
-**/obj/
24
-**/csharp/**/.vs/
25
-**/dist/
26
-*.tgz
27
-test*
28
-.php_cs.cache
29
-.env
30
31
-**/python/**/__pycache__
32
-*.nupkg
+# Node.js dependencies
+node_modules/
33
package-lock.json
+# Generate output
+.nuxt
+dist
+# Optional npm cache and logs
+.npm
+.npmrc
+npm-debug.log*
+yarn-debug.log*
+# nyc test coverage
+.nyc_output/
+coverage
+test/config.js
+# ENV files
+.env
+.env.*.local
0 commit comments