mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-20 03:24:51 +00:00
* Migrate to GitInfo for embedding git information * Adjust gitignore to reflect new git system * Fix changes from broken merge * Remove vestigial code in VersionHelper --------- Co-authored-by: sudokoko <koko@drones.gay>
47 lines
792 B
Text
47 lines
792 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.xml
|
|
/.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
|
|
|
|
# macOS Junk
|
|
.DS_Store
|
|
|
|
# Lighthouse junk
|
|
riderModule.iml
|
|
r/
|
|
png/
|
|
/ProjectLighthouse/r/*
|
|
/ProjectLighthouse/logs/*
|
|
lighthouse.config.json
|
|
**.yml*
|
|
**/logs
|
|
npTicket*
|
|
r.tar.gz
|
|
|
|
# MSBuild stuff
|
|
bin/
|
|
obj/
|
|
/packages/
|
|
|
|
# Misc
|
|
*.bak
|
|
*.old
|
|
BACKUP*
|
|
backup*
|
|
|
|
*.tmp
|
|
*.bin
|