Skip to content

Commit

Permalink
Move .gitignore around
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Feb 4, 2024
1 parent 0ba0689 commit cfb1a14
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Extra ignore patterns specific to this project
# Installed JS libraries
node_modules/
# Built JS files
jupyter_remote_desktop_proxy/static/dist

# Standard python gitignore patterns
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -127,8 +134,3 @@ dmypy.json

# Pyre type checker
.pyre/

# JS libraries
node_modules/
# Built JS files
jupyter_remote_desktop_proxy/static/dist

0 comments on commit cfb1a14

Please sign in to comment.