File tree Expand file tree Collapse file tree 1 file changed +0
-90
lines changed Expand file tree Collapse file tree 1 file changed +0
-90
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Python
7
7
__pycache__ /
8
- * .py [cod ]
9
- * $py.class
10
- * .so
11
- .Python
12
- build /
13
- develop-eggs /
14
- dist /
15
- downloads /
16
- eggs /
17
- .eggs /
18
- lib /
19
- lib64 /
20
- parts /
21
- sdist /
22
- var /
23
- wheels /
24
- * .egg-info /
25
- .installed.cfg
26
- * .egg
27
- MANIFEST
28
8
/myenv
29
9
30
10
# Node.js
31
11
node_modules /
32
12
npm-debug.log *
33
- yarn-debug.log *
34
- yarn-error.log *
35
13
.pnpm-debug.log *
36
14
37
15
# Frontend build
@@ -41,80 +19,12 @@ frontend/build/
41
19
# IDE
42
20
.vscode /
43
21
.idea /
44
- * .swp
45
- * .swo
46
22
* ~
47
23
48
24
# OS
49
25
.DS_Store
50
- .DS_Store ?
51
26
._ *
52
- .Spotlight-V100
53
- .Trashes
54
- ehthumbs.db
55
27
Thumbs.db
56
28
57
- # Logs
58
- * .log
59
- logs /
60
-
61
- # Runtime data
62
- pids
63
- * .pid
64
- * .seed
65
- * .pid.lock
66
-
67
- # Coverage directory used by tools like istanbul
68
- coverage /
69
-
70
- # nyc test coverage
71
- .nyc_output
72
-
73
- # Dependency directories
74
- jspm_packages /
75
-
76
29
# Optional npm cache directory
77
30
.npm
78
-
79
- # Optional eslint cache
80
- .eslintcache
81
-
82
- # Microbundle cache
83
- .rpt2_cache /
84
- .rts2_cache_cjs /
85
- .rts2_cache_es /
86
- .rts2_cache_umd /
87
-
88
- # Optional REPL history
89
- .node_repl_history
90
-
91
- # Output of 'npm pack'
92
- * .tgz
93
-
94
- # Yarn Integrity file
95
- .yarn-integrity
96
-
97
- # parcel-bundler cache (https://parceljs.org/)
98
- .cache
99
- .parcel-cache
100
-
101
- # next.js build output
102
- .next
103
-
104
- # nuxt.js build output
105
- .nuxt
106
-
107
- # vuepress build output
108
- .vuepress /dist
109
-
110
- # Serverless directories
111
- .serverless /
112
-
113
- # FuseBox cache
114
- .fusebox /
115
-
116
- # DynamoDB Local files
117
- .dynamodb /
118
-
119
- # TernJS port file
120
- .tern-port
You can’t perform that action at this time.
0 commit comments