Cleanup .gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -3,17 +3,15 @@ bin/
|
|||||||
debug/
|
debug/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
# Unit tests and code coverage
|
||||||
|
tests/unit/build/
|
||||||
|
tests/unit/coverage/
|
||||||
|
tests/unit/coverage.*
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
venv/
|
venv/
|
||||||
*.pyc
|
*.pyc
|
||||||
__version__.py
|
__version__.py
|
||||||
|
|
||||||
# JS
|
|
||||||
tests/node_modules
|
|
||||||
tests/lib
|
|
||||||
tests/yarn-error.log
|
|
||||||
tests/elfs/*
|
|
||||||
tests/snapshots-tmp
|
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
|
|||||||
Reference in New Issue
Block a user