Delete .gitignore
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1,27 +0,0 @@
|
|||||||
# Ignore everything
|
|
||||||
/*
|
|
||||||
|
|
||||||
# But not these folders
|
|
||||||
!Assets/
|
|
||||||
!ProjectSettings/
|
|
||||||
!Packages/
|
|
||||||
|
|
||||||
# Ignore common OS files
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Ignore Unity generated folders inside Assets
|
|
||||||
Assets/**/Library/
|
|
||||||
Assets/**/Temp/
|
|
||||||
Assets/**/obj/
|
|
||||||
|
|
||||||
# Make sure git files are tracked
|
|
||||||
!.gitignore
|
|
||||||
!.gitattributes
|
|
||||||
|
|
||||||
# Ignore logs
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Optional: Ignore build folders if you have them
|
|
||||||
Build/
|
|
||||||
Builds/
|
|
||||||
Reference in New Issue
Block a user