mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
- Sorts config better - Stored in a robust format - Migrates from old JSON format automatically on startup - Retains version migration feature - Renames ServerSettings to ServerConfiguration
46 lines
772 B
Text
46 lines
772 B
Text
# Jetbrains Rider / Visual Studio junk
|
|
.idea/
|
|
/_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
|
|
launchSettings.json
|
|
|
|
# Lighthouse junk
|
|
riderModule.iml
|
|
r/
|
|
png/
|
|
/ProjectLighthouse/r/*
|
|
/ProjectLighthouse/logs/*
|
|
lighthouse.config.json
|
|
lighthouse.yml
|
|
gitBranch.txt
|
|
gitVersion.txt
|
|
gitRemotes.txt
|
|
gitUnpushed.txt
|
|
logs/*
|
|
npTicket*
|
|
|
|
# MSBuild stuff
|
|
bin/
|
|
obj/
|
|
/packages/
|
|
|
|
# Misc
|
|
*.bak
|
|
*.old
|
|
BACKUP*
|
|
backup*
|
|
|
|
*.tmp
|
|
*.bin
|