Skip to content

Commit 93d7210

Browse files
committed
chore: update .gitignore
1 parent 42ec46c commit 93d7210

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

.gitignore

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,12 @@
1-
.idea/
21
.DS_Store
3-
.history/
4-
.nyc_output/
2+
.tmp
3+
.settings
4+
.pyc
5+
*.pyc
6+
.idea
7+
.coverage
8+
htmlcov
9+
coverage.xml
10+
.cache/
511
.vscode/
6-
*.lock
7-
*.sum
8-
*.log
9-
vendor/
10-
*.iml
11-
target/
12-
.settings/
13-
.classpath
14-
.project
15-
.history/
16-
coverage.html
17-
coverage.out
18-
node_modules/
19-
libraries/
20-
**/.libraries.json
21-
*.sh
22-
**/bin/
23-
**/obj/
24-
**/csharp/**/.vs/
25-
**/dist/
26-
*.tgz
27-
test*
28-
.php_cs.cache
29-
.env
30-
31-
**/python/**/__pycache__
32-
*.nupkg
33-
package-lock.json
12+
__pycache__

0 commit comments

Comments
 (0)