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 ...@@ -11,6 +11,9 @@ pids
*.seed *.seed
*.pid.lock *.pid.lock
# Build package
dist/
# Directory for instrumented libs generated by jscoverage/JSCover # Directory for instrumented libs generated by jscoverage/JSCover
lib-cov lib-cov
...@@ -54,9 +57,6 @@ typings/ ...@@ -54,9 +57,6 @@ typings/
# Yarn Integrity file # Yarn Integrity file
.yarn-integrity .yarn-integrity
# dotenv environment variables file
.env
# next.js build output # next.js build output
.next .next
...@@ -67,7 +67,18 @@ typings/ ...@@ -67,7 +67,18 @@ typings/
__pycache__ __pycache__
build build
*.egg-info *.egg-info
setup.pye
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# VSCode
.vscode .vscode
# In case you place source code in ~/nni/ # In case you place source code in ~/nni/
......
nni/ nni/
nni-yarn/
dist/ dist/
build/ build/
*.egg-info/ *.egg-info/
nni-yarn.tar.gz
node-*.tar.xz node-*.tar.xz
node-*/ node-*/
\ No newline at end of file
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