mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
cleanup gitignore file
This commit is contained in:
parent
73bd674607
commit
b7f9404c26
1 changed files with 1 additions and 42 deletions
43
.gitignore
vendored
43
.gitignore
vendored
|
@ -1,11 +1,8 @@
|
|||
[Ll]ibrary/
|
||||
[Tt]emp/
|
||||
[Oo]bj/
|
||||
[Tt]est/
|
||||
[Bb]uild/
|
||||
[Ll]ogs/
|
||||
[Ss]onarQube/
|
||||
sonarqube.cmd
|
||||
|
||||
# Autogenerated VS/MD solution and project files
|
||||
/*.csproj
|
||||
|
@ -19,60 +16,22 @@ sonarqube.cmd
|
|||
/*.booproj
|
||||
/.vs
|
||||
/.vscode
|
||||
|
||||
# Built program and data
|
||||
/*.exe
|
||||
/*_Data
|
||||
*.apk
|
||||
*.unitypackage
|
||||
/.idea
|
||||
|
||||
# ============ #
|
||||
# OS generated #
|
||||
# ============ #
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Unity3D generated meta files
|
||||
*.pidb.meta
|
||||
|
||||
#Unity3D Generated File On Crash Reports
|
||||
sysinfo.txt
|
||||
|
||||
# Custom
|
||||
|
||||
*.xml
|
||||
.sonarqube/
|
||||
SonarQube/
|
||||
Build/Build_Data/StreamingAssets/
|
||||
Assets/StreamingAssets/*.log
|
||||
Assets/StreamingAssets/*.html
|
||||
Assets/StreamingAssets/*.meta
|
||||
Assets/FromAssetStore/LlamaSoftware/LightLod/Demo/
|
||||
Assets/FromAssetStore/SpriteLights/Scenes/
|
||||
|
||||
# Clean-up
|
||||
|
||||
VS/
|
||||
Assets/StreamingAssets/SAConsole/
|
||||
Assets/Plugins/SAPI/
|
||||
Assets/Plugins/SAPI.meta
|
||||
|
||||
# I have to except one html & log as example
|
||||
|
||||
**UnityVS**
|
||||
|
||||
#Assets/Standard Assets
|
||||
#Assets/Standard Assets.meta
|
||||
#Assets/Editor/ImageEffects
|
||||
#Assets/Editor/ImageEffects.meta
|
||||
|
||||
#Assets/Scripts/Generated/*.cs
|
||||
#Assets/Scripts/Generated/*.cs.meta
|
||||
|
||||
config.user.json
|
||||
anim.txt
|
||||
|
|
Loading…
Reference in a new issue