feat: .idea and comments in gitignore (#685)
This commit is contained in:
parent
be18ecd036
commit
60b3349444
18
.gitignore
vendored
18
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user