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