mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 22:32:24 +02:00
Adjusted gitignore for dev envs
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
|
# GODOT FILES
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
@@ -7,3 +7,15 @@ export_presets.cfg
|
|||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
data_*/
|
data_*/
|
||||||
|
|
||||||
|
# OS FILES
|
||||||
|
# Apple system files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# DEVELOPMENT ENVIRONMENTS
|
||||||
|
# Visual Studio Code files
|
||||||
|
.vscode/
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# PyCharm files
|
||||||
|
.idea/
|
||||||
|
|||||||
Reference in New Issue
Block a user