Skip to content

Commit 46eaf43

Browse files
Merge branch 'main' into add_announcement_banner
2 parents 2536f97 + f604af2 commit 46eaf43

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

.gitignore

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,30 @@
1-
/vite.config.mts-timestamp-*
2-
/coverage
3-
/dist
4-
/node_modules
1+
# NPM
52
npm-debug.log*
6-
/.idea
3+
4+
# NodeJS dependencies
5+
node_modules/
6+
7+
# production
8+
/dist/
79
*.tgz
8-
.vscode/
9-
.idea/
10+
11+
# JetBrains IDE
12+
/.idea/
13+
14+
# VSCode
15+
/.vscode/
16+
17+
# Vite
18+
/vite.config.ts-timestamp-*
19+
20+
# misc
21+
.env.local
22+
.env.development.local
23+
.env.test.local
24+
.env.production.local
25+
26+
# Jest
27+
/coverage/
28+
29+
# GitHub Action: sonarqube-scan-action
30+
/.scannerwork/

0 commit comments

Comments
 (0)