mirror of
https://github.com/ConjureETS/VZ.git
synced 2026-03-24 02:11:15 +00:00
initial commit
This commit is contained in:
commit
6c0fb5ce7f
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
# =============== #
|
||||
# Unity generated #
|
||||
# =============== #
|
||||
Temp/
|
||||
Obj/
|
||||
obj/
|
||||
/Obj/
|
||||
/obj/
|
||||
UnityGenerated/
|
||||
/Library/
|
||||
[Bb]uild/
|
||||
|
||||
|
||||
# ===================================== #
|
||||
# Visual Studio / MonoDevelop generated #
|
||||
# ===================================== #
|
||||
ExportedObj/
|
||||
*.svd
|
||||
*.userprefs
|
||||
*.csproj
|
||||
*.pidb
|
||||
*.suo
|
||||
*.sln
|
||||
*.user
|
||||
*.unityproj
|
||||
*.booproj
|
||||
|
||||
# ============ #
|
||||
# OS generated #
|
||||
# ============ #
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Icon?
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Loading…
x
Reference in New Issue
Block a user