Skip to content

Commit

Permalink
update git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pietru2004 committed Jul 7, 2023
1 parent 7ed87d8 commit 27c772e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
9 changes: 7 additions & 2 deletions .gitattributes
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
21 changes: 11 additions & 10 deletions .gitignore
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/

0 comments on commit 27c772e

Please sign in to comment.