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

37 lines
405 B
Plaintext

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