Skip to content

Commit

Permalink
🎉 Init with build config and script
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jul 8, 2021
0 parents commit 4a27fd0
Show file tree
Hide file tree
Showing 7 changed files with 636 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp

pids
logs
results
tmp

# Build
public/css/main.css

# Coverage reports
coverage

# API keys and secrets
.env

# Dependency directory
node_modules
bower_components

# Editors
.idea
*.iml

# OS metadata
.DS_Store
Thumbs.db

# Ignore built ts files
dist/**/*

# ignore yarn.lock
yarn.lock
© 2021 GitHub, Inc.
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About

cosmos
dist
src/iscn/
src/cosmos/
src/google/
Loading

0 comments on commit 4a27fd0

Please sign in to comment.