X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/blobdiff_plain/76c934d13a0a0dda31c3b8541c39ed2c343d56f6..b72e3a7668b02aa1afabfe03247a285024ccd299:/.gitignore?ds=inline diff --git a/.gitignore b/.gitignore index d6ab001..3a81596 100644 --- a/.gitignore +++ b/.gitignore @@ -16,9 +16,16 @@ _site/ # counterproductive to check this file into the repository. # Details at https://github.com/github/pages-gem/issues/768 Gemfile.lock -/RSSGen/.vs/RSSGen -RSSGen/.vs/ProjectEvaluation/rssgen.metadata.v9.bin -RSSGen/.vs/ProjectEvaluation/rssgen.projects.v9.bin -RSSGen/.vs/ProjectEvaluation/rssgen.strings.v9.bin + +#remove various site tools build stuff from git +RSSGen/.vs/ RSSGen/bin/ RSSGen/obj/ +RSSGen/.idea/.idea.RSSGen/.idea/aws.xml +RSSGen/.idea/.idea.RSSGen/.idea/encodings.xml +RSSGen/.idea/.idea.RSSGen/.idea/indexLayout.xml +RSSGen/.idea/.idea.RSSGen/.idea/misc.xml +RSSGen/.idea/.idea.RSSGen/.idea/vcs.xml +SiteTools/.vs/ +SiteTools/ParticleGen/bin/ +SiteTools/ParticleGen/obj/ \ No newline at end of file