We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69c53a6 + b8c64dc commit 245b842Copy full SHA for 245b842
1 file changed
FlaxEngine.gitignore
@@ -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