mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-07 15:45:40 +08:00
Merge pull request #2823 from DengSchoo/master
chore: rm ".DS_Store" and add .gitignore to avoid directly pushing useless files to master
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