Unverified Commit 6210625b authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Refine gitignore (#1642)

* Refine gitignore

* add newline at the end

* add more environments
parent eea50784
......@@ -11,6 +11,9 @@ pids
*.seed
*.pid.lock
# Build package
dist/
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
......@@ -54,9 +57,6 @@ typings/
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# next.js build output
.next
......@@ -67,7 +67,18 @@ typings/
__pycache__
build
*.egg-info
setup.pye
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# VSCode
.vscode
# In case you place source code in ~/nni/
......
nni/
nni-yarn/
dist/
build/
*.egg-info/
nni-yarn.tar.gz
node-*.tar.xz
node-*/
\ No newline at end of file
node-*/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment