Encounter / .gitignore
.gitignore
Raw
# Folders in Unity Project
.vs/
Library/
Logs/
obj/
Packages/
ProjectSettings/
Temp/
UserSettings/

# Base Level Files in Unity Project
.vsconfig
Assembly-CSharp.csproj
Encounter.sln
.editorconfig

# All Except Scripts Folder in Assets
!Assets/
Assets/*
!Assets/Scripts
!Assets/StreamingAssets
Assets/StreamingAssets/*
!Assets/StreamingAssets/Jsons
Assets/StreamingAssets/Jsons/*
!Assets/StreamingAssets/Jsons/*.json
Assets/Scripts/*
!Assets/Scripts/*.cs
!Assets/Scripts/ScriptableObjects
Assets/Scripts/ScriptableObjects/*
!Assets/Scripts/ScriptableObjects/*.cs
!Assets/Scripts/InventoryManagement
Assets/Scripts/InventoryManagement/*
!Assets/Scripts/InventoryManagement/*.cs
!Assets/Scripts/EncounterManagement
Assets/Scripts/EncounterManagement/*
!Assets/Scripts/EncounterManagement/*.cs
!Assets/Scripts/DiceLogic
Assets/Scripts/DiceLogic/*
!Assets/Scripts/DiceLogic/*.cs
!Assets/Scripts/EntityHandler
Assets/Scripts/EntityHandler/*
!Assets/Scripts/EntityHandler/*.cs
!Assets/Scripts/BattleLogic
Assets/Scripts/BattleLogic/*
!Assets/Scripts/BattleLogic/*.cs
!Assets/Scripts/DataManagement
Assets/Scripts/DataManagement/*
!Assets/Scripts/DataManagement/*.cs
!Assets/Scripts/AudioHandling
Assets/Scripts/AudioHandling/*
!Assets/Scripts/AudioHandling/*.cs
!Assets/Scripts/GUIHandlers
Assets/Scripts/GUIHandlers/*
!Assets/Scripts/GUIHandlers/*.cs
!Assets/Scripts/Interfaces
Assets/Scripts/Interfaces/*
!Assets/Scripts/Interfaces/*.cs
!Assets/Scripts/EntityStateManagement
Assets/Scripts/EntityStateManagement/*
!Assets/Scripts/EntityStateManagement/*.cs
!Assets/Scripts/EffectsHandling
Assets/Scripts/EffectsHandling/*
!Assets/Scripts/EffectsHandling/*.cs