1
0
mirror of synced 2024-11-23 23:21:06 +01:00

feat: .idea and comments in gitignore (#685)

This commit is contained in:
Julian Holfeld 2024-09-30 11:47:22 +02:00 committed by GitHub
parent be18ecd036
commit 60b3349444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
.gitignore vendored
View File

@ -1,17 +1,31 @@
*.suo
# Visual Studio and VS Code
*.suo
*.snk
/.vs
/.vscode
# JetBrains (IntelliJ, Rider, etc.)
.idea/
# Build output
*/bin
*/obj
*.exe
# Other
*.log
*.pdb
*.db
*.swp
*.DotSettings.user
# NuGet
/packages
# FDK
/FDK/bin
# OpenTaiko
/OpenTaiko/bin
/OpenTaiko/Cache
/OpenTaiko/Capture_img
@ -40,4 +54,4 @@
*.score.ini
/OpenTaiko Launcher
/OpenTaiko Launcher/node_modules
/OpenTaiko Launcher/node_modules