2020-04-14 13:15:33 -04:00
|
|
|
# Package Management & Libraries
|
|
|
|
node_modules
|
2021-04-12 20:05:30 -04:00
|
|
|
.yarn/*
|
|
|
|
!.yarn/cache
|
|
|
|
!.yarn/patches
|
|
|
|
!.yarn/plugins
|
|
|
|
!.yarn/releases
|
|
|
|
!.yarn/sdks
|
|
|
|
!.yarn/versions
|
2020-04-14 13:15:33 -04:00
|
|
|
|
|
|
|
# Configuration Files
|
|
|
|
config.yaml
|
2020-04-14 19:01:58 -04:00
|
|
|
configs/config.yaml
|
2020-04-14 13:15:33 -04:00
|
|
|
src/config.yaml
|
|
|
|
build/config.yaml
|
2020-04-15 15:11:57 -04:00
|
|
|
.vscode
|
2020-09-29 02:43:36 -04:00
|
|
|
yarn-error.log
|
2020-11-30 19:51:20 -05:00
|
|
|
google.json
|
|
|
|
src/google.json
|
|
|
|
build/google.json
|
2020-04-14 13:15:33 -04:00
|
|
|
|
|
|
|
# Build/Distribution Files
|
|
|
|
build
|
|
|
|
dist
|
2020-07-09 19:19:52 -04:00
|
|
|
|
|
|
|
# Storage/DB Files
|
2020-07-09 04:41:29 -04:00
|
|
|
localstorage
|