mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-05-29 15:05:09 +02:00
add __pycache__ and .vscode to the default .gitignore
This commit is contained in:
parent
203572b2af
commit
fefff0637a
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
/*.g1a
|
||||
/*.g3a
|
||||
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
|
||||
# Common IDE files
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.vscode
|
||||
|
|
Loading…
Add table
Reference in a new issue