Delete .gitignore
Browse files- .gitignore +0 -38
.gitignore
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
__pycache__/
|
2 |
-
dist/
|
3 |
-
downloads/
|
4 |
-
.vscode
|
5 |
-
*.log
|
6 |
-
|
7 |
-
# Docs
|
8 |
-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
9 |
-
|
10 |
-
# dependencies
|
11 |
-
node_modules
|
12 |
-
.pnp
|
13 |
-
.pnp.js
|
14 |
-
|
15 |
-
# next.js
|
16 |
-
.next/
|
17 |
-
out/
|
18 |
-
build
|
19 |
-
|
20 |
-
# misc
|
21 |
-
.DS_Store
|
22 |
-
*.pem
|
23 |
-
|
24 |
-
# debug
|
25 |
-
npm-debug.log*
|
26 |
-
yarn-debug.log*
|
27 |
-
yarn-error.log*
|
28 |
-
.pnpm-debug.log*
|
29 |
-
|
30 |
-
# local env files
|
31 |
-
.env.local
|
32 |
-
.env.development.local
|
33 |
-
.env.test.local
|
34 |
-
.env.production.local
|
35 |
-
.env
|
36 |
-
|
37 |
-
*.session
|
38 |
-
*.session-journal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|