jetup
Version:
Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!.
38 lines (29 loc) • 277 B
Plain Text
Files
Jenkinsfile*
Makefile
Dockerfile
LICENSE
.DS_Store
data/
.idea
logs/
.gitkeep
rc files
.*rc
# ignore files
.*ignore
Ignore extensions
*.png
*.jpg
*.sql
# jest snapshot
*.snap
*.tsbuildinfo
project specific paths
dist/
docs/
bin
tmp/
*.pid
*.gz
docker/*