Skip to content

Commit

Permalink
Update gitattributes and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptsengineer committed Oct 8, 2022
1 parent 4e2d670 commit 9e2ef5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

/** export-ignore
/core !export-ignore
/example !export-ignore
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Godot 4+ specific ignores
.godot/

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg

# Imported translations (automatically generated from CSV files)
*.translation

# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

0 comments on commit 9e2ef5d

Please sign in to comment.