Repo created
This commit is contained in:
parent
f3a6b3a320
commit
f954c78789
614 changed files with 135712 additions and 2 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
.DS_Store
|
||||
dist/electron/*
|
||||
storyboards/*
|
||||
dashFiles/*
|
||||
static/dashFiles
|
||||
static/storyboards
|
||||
static/dashFiles/*
|
||||
static/storyboards/*
|
||||
dist/web/*
|
||||
build/*
|
||||
!build/icons
|
||||
coverage
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
npm-debug.log.*
|
||||
thumbs.db
|
||||
!.gitkeep
|
||||
data/tmp/
|
||||
.tmp/
|
||||
tmp/
|
||||
.cache
|
||||
dist
|
||||
coverage
|
||||
__coverage__
|
||||
csak-timelog.json
|
||||
.idea/
|
||||
debug/
|
||||
assets/
|
||||
# Lefthook
|
||||
lefthook-local.yml
|
||||
*.bak
|
||||
Loading…
Add table
Add a link
Reference in a new issue