Skip to content

Commit 245b842

Browse files
authored
Merge pull request #3796 from snaulX/master
Create .gitignore for Flax Engine
2 parents 69c53a6 + b8c64dc commit 245b842

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

FlaxEngine.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Ignore Flax project files
2+
Binaries/
3+
Cache/
4+
Logs/
5+
Output/
6+
Screenshots/
7+
*.HotReload.*
8+
9+
# Ignore Visual Studio project files (generated locally)
10+
*.csproj
11+
*.sln
12+
13+
# Ignore thumbnails created by Windows
14+
Thumbs.db
15+
16+
# Ignore files built by Visual Studio
17+
*.obj
18+
*.exe
19+
*.pdb
20+
*.user
21+
*.aps
22+
*.pch
23+
*.vspscc
24+
*_i.c
25+
*_p.c
26+
*.ncb
27+
*.suo
28+
*.tlb
29+
*.tlh
30+
*.bak
31+
*.cache
32+
*.ilk
33+
*.log
34+
[Bb]in
35+
[Dd]ebug*/
36+
*.lib
37+
*.sbr
38+
obj/
39+
[Rr]elease*/
40+
_ReSharper*/
41+
[Tt]est[Rr]esult*
42+
.vs/
43+
44+
# Ignore Nuget packages folder
45+
packages/

0 commit comments

Comments
 (0)