mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +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
|
||||
.import/
|
||||
export.cfg
|
||||
@@ -7,3 +7,15 @@ export_presets.cfg
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
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