You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/.gitignore

36 lines
370 B
Plaintext

# Built Files & Log
.build/
dist/
*.cache
/build/*.js
.cache/
*.log
*.d.ts
*.js.map
*.tsbuildinfo
*.hydro
.coverage
globalConfig.json
*.out
# Config Files
/config.yaml
/config.json
yarn.lock
tsconfig.json
# Project Rules
packages/**/*.js
!/build/build.js
!**/bin/*.js
!packages/hydrojudge/service.js
# Data files
*.mmdb
# Base
node_modules/
__*
!__mocks__
!.gitkeep