chore: create .gitignore file
create a .gitignore file to avoid uploading useless files, such as ".DS_Store".
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
.idea/
|
||||||
|
.DS_Store
|
||||||
|
.vscode
|
||||||
|
.temp
|
||||||
|
.cache
|
||||||
|
*.iml
|
||||||
|
__pycache__
|
||||||
Reference in New Issue
Block a user