Skip to content

Commit 514eb38

Browse files
author
jzy
committed
add NavMesh file
1 parent 9b35366 commit 514eb38

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# java文件
2+
*.class
3+
*.jar
4+
*.log
5+
*.war
6+
*.zip
7+
*.tar.gz
8+
*.rar
9+
10+
11+
# ide工具文件
12+
.classpath
13+
.project
14+
.settings
15+
/.idea/
16+
*.iml
17+
*~
18+
.DS_Store
19+
20+
21+
# 项目文件
22+
log/
23+
target/
24+
**/target/
25+
26+

0 commit comments

Comments
 (0)