Add cdn resources to .gitignore

This commit is contained in:
Michael VanOverbeek 2021-11-04 12:27:15 -04:00 committed by jvyden
commit e5b2899930
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
r/ # cdn resources folder
bin/ bin/
obj/ obj/
/packages/ /packages/
@ -10,4 +11,4 @@ riderModule.iml
/ProjectLighthouse/r/* /ProjectLighthouse/r/*
/ProjectLighthouse/logs/* /ProjectLighthouse/logs/*
/ProjectLighthouse/ProjectLighthouse.csproj.user /ProjectLighthouse/ProjectLighthouse.csproj.user
.vs/ .vs/