mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-04 22:17:49 +08:00
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