Update .gitignore to exclude additional build artifacts and IDE files
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -4,3 +4,13 @@ dist.DS_Store
|
||||
.git
|
||||
.gitignore
|
||||
.DS_Store
|
||||
*.iml
|
||||
yarn.lock
|
||||
*.lock
|
||||
Makefile
|
||||
*.exe
|
||||
tsconfig.tsbuildinfo
|
||||
*.dll
|
||||
*.pdb
|
||||
*.py[cod]
|
||||
*.dylib
|
||||
|
||||
Reference in New Issue
Block a user