This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tiberiu Vilcu
committed
Jul 18, 2019
0 parents
commit 05319cf
Showing
2,620 changed files
with
897,586 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
gui/node_modules | ||
.git | ||
# exclude all of the `build` directory except for our bin and gui | ||
# directories since they need to be in the image | ||
build | ||
!build/bin | ||
!build/gui |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# compiled output | ||
/build | ||
dist | ||
tmp | ||
out-tsc | ||
gui/src/environments/environment.prod.ts | ||
|
||
# dependencies | ||
node_modules | ||
|
||
|
||
# IDEs and editors | ||
.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
|
||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
|
||
# misc | ||
.sass-cache | ||
connect.lock | ||
coverage | ||
libpeerconnection.log | ||
npm-debug.log | ||
yarn-error.log | ||
testem.log | ||
typings | ||
|
||
# System Files | ||
.DS_Store | ||
*/Thumbs.db | ||
|
||
# Version File | ||
VERSION | ||
# But don't ignore "version" folders like in k8s apis in vendor | ||
!VERSION/ | ||
|
||
# SSL certificates (should be generated by end deployment) | ||
deploy/scripts/ssl | ||
*.srl | ||
|
||
# Golang testing files | ||
*.test | ||
.cover/ | ||
|
||
# python | ||
__pycache__ |
Oops, something went wrong.