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

Commit

Permalink
Refine gitignore (#1642)
Browse files Browse the repository at this point in the history
* Refine gitignore

* add newline at the end

* add more environments
  • Loading branch information
Yuge Zhang authored Nov 4, 2019
1 parent eea5078 commit 6210625
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 14 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pids
*.seed
*.pid.lock

# Build package
dist/

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down Expand Up @@ -54,9 +57,6 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

Expand All @@ -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/
Expand Down
4 changes: 3 additions & 1 deletion deployment/pypi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
nni/
nni-yarn/
dist/
build/
*.egg-info/
nni-yarn.tar.gz
node-*.tar.xz
node-*/
node-*/

0 comments on commit 6210625

Please sign in to comment.