mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-12 23:54:59 +00:00
gitignore: update
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,6 +1,17 @@
|
|||||||
.vscode/
|
.vscode/
|
||||||
bin/linux/save3ds_fuse
|
bin/linux/save3ds_fuse
|
||||||
**/__pycache__
|
|
||||||
**/finalize
|
**/finalize
|
||||||
cstins/
|
cstins/
|
||||||
testing-class.py
|
testing-class.py
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Python
|
||||||
|
venv/
|
||||||
|
**/__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# JetBrains
|
||||||
|
.idea/
|
||||||
|
|||||||
Reference in New Issue
Block a user