Skip to content

Commit 2278fe9

Browse files
committed
chore: update gitignore
1 parent 2cb7ab2 commit 2278fe9

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

.gitignore

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
.cache/
2-
.temp/
3-
cache/
1+
# Folders to ignore
42
coverage/
53
dist/
64
node_modules/
7-
temp/
5+
6+
# local env files
7+
.env.local
8+
.env.*.local
89

910
# OS or Editor folders
1011
._*
1112
.cache
13+
.temp
1214
.DS_Store
1315
.idea
1416
.project
@@ -17,6 +19,23 @@ temp/
1719
*.esproj
1820
*.sublime-project
1921
*.sublime-workspace
22+
*.suo
23+
*.ntvs*
24+
*.njsproj
25+
*.sln
26+
*.sw?
2027
nbproject
2128
Thumbs.db
22-
/.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

Comments
 (0)