Skip to content

Commit

Permalink
Create .gitignore for Flax Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
snaulX authored Jul 29, 2021
1 parent 991e760 commit 0a4b1bd
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions FlaxEngine.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Ignore Flax project files
Binaries/
Cache/
Logs/
Output/
Screenshots/
*.HotReload.*

# Ignore Visual Studio project files (generated locally)
*.csproj
*.sln

# Ignore thumbnails created by Windows
Thumbs.db

# Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
.vs/

# Ignore Nuget packages folder
packages/

0 comments on commit 0a4b1bd

Please sign in to comment.