Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
6210625b
Unverified
Commit
6210625b
authored
Nov 04, 2019
by
Yuge Zhang
Committed by
GitHub
Nov 04, 2019
Browse files
Refine gitignore (#1642)
* Refine gitignore * add newline at the end * add more environments
parent
eea50784
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
.gitignore
.gitignore
+14
-3
deployment/pypi/.gitignore
deployment/pypi/.gitignore
+3
-1
No files found.
.gitignore
View file @
6210625b
...
...
@@ -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/
...
...
deployment/pypi/.gitignore
View file @
6210625b
nni/
nni-yarn/
dist/
build/
*.egg-info/
nni-yarn.tar.gz
node-*.tar.xz
node-*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment