mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Add python specific entries to .gitignore (#8390)
This commit is contained in:
committed by
GitHub
parent
5a9ea8d260
commit
cdc63f35bb
4
.gitignore
vendored
4
.gitignore
vendored
@@ -87,3 +87,7 @@ forge-gui/tools/PerSetTrackingResults
|
|||||||
*.tiled-session
|
*.tiled-session
|
||||||
/forge-gui/res/adventure/*.tiled-project
|
/forge-gui/res/adventure/*.tiled-project
|
||||||
/forge-gui/res/adventure/*.tiled-session
|
/forge-gui/res/adventure/*.tiled-session
|
||||||
|
|
||||||
|
# Ignore python temporaries
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user