feat: actually not overkill gitignore this time (#302)

This commit is contained in:
hayper 2023-02-21 16:13:59 +07:00 committed by GitHub
parent 75c46c7ded
commit f413ce9f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

10
.gitignore vendored
View file

@ -72,7 +72,15 @@ crashlytics-build.properties
/[Aa]ssets/[Ss]treamingAssets/aa/*
# Visual Studio Code
/.vscode/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Rider
.idea/
# macOS
.DS_Store

Binary file not shown.

Binary file not shown.