You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Use a dot-whitelist
I use PyCharm. So there is the .idea directory to exclude. But exclude every variant of these are boring. So i use this idea: Exclude all dot stuff and include the needed one.
This commit is contained in:
+4
-4
@@ -1,10 +1,11 @@
|
||||
.*
|
||||
!.github
|
||||
!.gitignore
|
||||
|
||||
trash/
|
||||
|
||||
conf.json*
|
||||
|
||||
# macOS file:
|
||||
.DS_Store
|
||||
|
||||
# auto created when running on desktop:
|
||||
internal_filesystem/SDLPointer_2
|
||||
internal_filesystem/SDLPointer_3
|
||||
@@ -26,7 +27,6 @@ __pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
|
||||
# these get created:
|
||||
c_mpos/c_mpos
|
||||
|
||||
Reference in New Issue
Block a user