Skip to content

Commit 85241be

Browse files
authored
chore: create .gitignore file
create a .gitignore file to avoid uploading useless files, such as ".DS_Store".
1 parent eccc5a5 commit 85241be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.idea/
2+
.DS_Store
3+
.vscode
4+
.temp
5+
.cache
6+
*.iml
7+
__pycache__

0 commit comments

Comments
 (0)