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 2cb7ab2 commit 2278fe9Copy full SHA for 2278fe9
.gitignore
@@ -1,14 +1,16 @@
1
-.cache/
2
-.temp/
3
-cache/
+# Folders to ignore
4
coverage/
5
dist/
6
node_modules/
7
-temp/
+
+# local env files
+.env.local
8
+.env.*.local
9
10
# OS or Editor folders
11
._*
12
.cache
13
+.temp
14
.DS_Store
15
.idea
16
.project
@@ -17,6 +19,23 @@ temp/
17
19
*.esproj
18
20
*.sublime-project
21
*.sublime-workspace
22
+*.suo
23
+*.ntvs*
24
+*.njsproj
25
+*.sln
26
+*.sw?
27
nbproject
28
Thumbs.db
-/.vscode/
29
+/.vscode/
30
31
+# Numerous always-ignore extensions
32
+*.diff
33
+*.err
34
+*.log
35
+*.orig
36
+*.rej
37
+*.swo
38
+*.swp
39
+*.vi
40
+*.zip
41
+*~
0 commit comments