ignore everything in export directory
This commit is contained in:
parent
8d94d2dd3c
commit
617227457a
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
/export/**/*.zip
|
/export/**/*
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue