Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiberiu Vilcu committed Jul 18, 2019
0 parents commit 05319cf
Show file tree
Hide file tree
Showing 2,620 changed files with 897,586 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
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
58 changes: 58 additions & 0 deletions .gitignore
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__
Loading

0 comments on commit 05319cf

Please sign in to comment.