Skip to content

Commit

Permalink
added git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgtfishtank committed Nov 20, 2015
1 parent 88a1f2a commit 210817c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/

# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj

# Unity3D generated meta files
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

#Unity build settings - to be removed later
ProjectSettings/EditorBuildSettings.asset

#Unity scenes
*.unity
*.unity.meta
Assets/_Scenes
Assets/_Scenes/*

#Folder for materials used in local testing, ie resources, prefabs etc
Assets/Testing/*
Assets/Testing.meta

Assets/Resources/Graphics/Testing/*
Assets/Resources/Graphics/Testing.meta

0 comments on commit 210817c

Please sign in to comment.