mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-18 11:11:28 +00:00
[skip ci] Clean up .gitignore, add sections
This commit is contained in:
parent
d7d7fa87b6
commit
7cc3a613e7
1 changed files with 21 additions and 20 deletions
41
.gitignore
vendored
41
.gitignore
vendored
|
@ -1,33 +1,34 @@
|
||||||
# LBP resources.
|
# Jetbrains Rider / Visual Studio junk
|
||||||
r/
|
|
||||||
|
|
||||||
# rider
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
r/ # cdn resources folder
|
|
||||||
bin/
|
|
||||||
obj/
|
|
||||||
/packages/
|
|
||||||
riderModule.iml
|
|
||||||
/_ReSharper.Caches/
|
/_ReSharper.Caches/
|
||||||
/.idea/.idea.ProjectLighthouse/.idea/workspace.xml
|
/.idea/.idea.ProjectLighthouse/.idea/workspace.xml
|
||||||
/.idea/.idea.ProjectLighthouse/.idea/dataSources/
|
/.idea/.idea.ProjectLighthouse/.idea/dataSources/
|
||||||
/.idea/.idea.ProjectLighthouse/.idea/dataSources.local.xml
|
/.idea/.idea.ProjectLighthouse/.idea/dataSources.local.xml
|
||||||
|
/ProjectLighthouse/ProjectLighthouse.csproj.user
|
||||||
*.sln.DotSettings.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/r/*
|
||||||
/ProjectLighthouse/logs/*
|
/ProjectLighthouse/logs/*
|
||||||
/ProjectLighthouse/ProjectLighthouse.csproj.user
|
|
||||||
.vs/
|
|
||||||
lighthouse.config.json
|
lighthouse.config.json
|
||||||
gitBranch.txt
|
gitBranch.txt
|
||||||
gitVersion.txt
|
gitVersion.txt
|
||||||
gitRemotes.txt
|
gitRemotes.txt
|
||||||
gitUnpushed.txt
|
gitUnpushed.txt
|
||||||
ProjectLighthouse/.vscode/tasks.json
|
logs/*
|
||||||
ProjectLighthouse/.vscode/launch.json
|
|
||||||
logs/Startup.log
|
# MSBuild stuff
|
||||||
logs/LoggerInfo.log
|
bin/
|
||||||
logs/all.log
|
obj/
|
||||||
.vscode/tasks.json
|
/packages/
|
||||||
.vscode/launch.json
|
|
||||||
.editorconfig
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue