We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30ea31 commit 78b16b4Copy full SHA for 78b16b4
.gitattributes
@@ -0,0 +1,13 @@
1
+* text=auto
2
+# Text files
3
+*.cs diff=csharp text
4
+*.txt text
5
+*.mat text
6
+*.shader text
7
+*.meta text
8
+*.md5 text
9
+*.compute text
10
+*.md text
11
+*.prefab text
12
+*/ProjectSettings/*.asset text
13
+
.gitignore
@@ -1,6 +1,26 @@
-Library/*
-Temp/*
-Assembly-CSharp-Editor.csproj
-Assembly-CSharp.csproj
-NavMeshComponents.sln
-NavMeshComponents.userprefs
+**/Library/
+**/Temp/
+**/obj/
+**/.vscode/
+**/.vs
+**/Assets/Plugins/*
+**/Assets/Plugins.meta
+*.idea
+*.csproj
+*.sln
14
+*.suo
15
+*.userprefs
16
+*.app
17
+*.VC.*
18
+.DS_Store
19
+*~
20
+*.swp
21
22
+.vs/
23
+build/*
24
+*.rsp
25
+*.pyc
26
+/Logs
0 commit comments