aboutsummaryrefslogtreecommitdiff
path: root/frontend/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.gitignore')
-rw-r--r--frontend/.gitignore42
1 files changed, 20 insertions, 22 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore
index 5d7b14b..4d29575 100644
--- a/frontend/.gitignore
+++ b/frontend/.gitignore
@@ -1,25 +1,23 @@
1# Logs 1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2logs 2
3*.log 3# dependencies
4npm-debug.log* 4/node_modules
5yarn-debug.log* 5/.pnp
6yarn-error.log* 6.pnp.js
7pnpm-debug.log* 7
8lerna-debug.log* 8# testing
9/coverage
9 10
10node_modules 11# production
11dist 12/build
12dist-ssr
13*.local
14build
15 13
16# Editor directories and files 14# misc
17.vscode/*
18!.vscode/extensions.json
19.idea
20.DS_Store 15.DS_Store
21*.suo 16.env.local
22*.ntvs* 17.env.development.local
23*.njsproj 18.env.test.local
24*.sln 19.env.production.local
25*.sw? 20
21npm-debug.log*
22yarn-debug.log*
23yarn-error.log*