-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ed87d8
commit 27c772e
Showing
2 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
*.gd eol=lf | ||
*.tscn eol=lf | ||
*.cfg eol=lf | ||
*.godot eol=lf | ||
*.tres eol=lf | ||
*.import eol=lf | ||
*.gdshader eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Godot-specific ignores | ||
*.o | ||
*.os | ||
.import/ | ||
export.cfg | ||
export_presets.cfg | ||
|
||
# Imported translations (automatically generated from CSV files) | ||
*.translation | ||
|
||
# Mono-specific ignores | ||
.mono/ | ||
data_*/ | ||
.godot/ | ||
*.dblite | ||
*.exp | ||
*.lib | ||
*.obj | ||
*.TMP | ||
logs | ||
Thumbs.db | ||
android/ |