[skip ci] Clean up .gitignore, add sections

This commit is contained in:
jvyden 2022-01-19 08:07:27 -05:00
parent d7d7fa87b6
commit 7cc3a613e7
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

41
.gitignore vendored
View file

@ -1,33 +1,34 @@
# LBP resources.
r/
# rider
# Jetbrains Rider / Visual Studio junk
.idea/
r/ # cdn resources folder
bin/
obj/
/packages/
riderModule.iml
/_ReSharper.Caches/
/.idea/.idea.ProjectLighthouse/.idea/workspace.xml
/.idea/.idea.ProjectLighthouse/.idea/dataSources/
/.idea/.idea.ProjectLighthouse/.idea/dataSources.local.xml
/ProjectLighthouse/ProjectLighthouse.csproj.user
*.sln.DotSettings.user
.vs/
# Visual Studio Code junk
ProjectLighthouse/.vscode/tasks.json
ProjectLighthouse/.vscode/launch.json
.vscode/tasks.json
.vscode/launch.json
.editorconfig
# Lighthouse junk
riderModule.iml
r/
/ProjectLighthouse/r/*
/ProjectLighthouse/logs/*
/ProjectLighthouse/ProjectLighthouse.csproj.user
.vs/
lighthouse.config.json
gitBranch.txt
gitVersion.txt
gitRemotes.txt
gitUnpushed.txt
ProjectLighthouse/.vscode/tasks.json
ProjectLighthouse/.vscode/launch.json
logs/Startup.log
logs/LoggerInfo.log
logs/all.log
.vscode/tasks.json
.vscode/launch.json
.editorconfig
logs/*
# MSBuild stuff
bin/
obj/
/packages/