Add .gitignore
This commit is contained in:
parent
9ccd5abe88
commit
e44a36a6b3
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
.stack-work/
|
||||
dist/
|
||||
dist-newstyle/
|
||||
out/
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
.DS_Store
|
||||
*.exe
|
||||
*.dll
|
Reference in a new issue