Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
koomen committed Sep 30, 2020
1 parent 00ed751 commit d2b53d0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Python
.env
.pyc
venv
__pycache__
build/

# Anaconda
envs
.conda
.cache

# OS X Artifacts
.DS_Store

# Publishing Artifacts
artifacts

# IPython
.ipynb_checkpoints
.ipython
.jupyter
.local

# NPM
.npm
.config

# Frontend Ignores
node_modules
.next
.now

0 comments on commit d2b53d0

Please sign in to comment.