mirror of
https://github.com/alexgo-io/redstone-node.git
synced 2026-01-12 22:43:31 +08:00
31 lines
339 B
Plaintext
31 lines
339 B
Plaintext
# Dependency directories
|
|
node_modules/
|
|
|
|
# IDE configs
|
|
.idea
|
|
|
|
# Custom files and folders
|
|
.experiments
|
|
.secrets*
|
|
tmp.out
|
|
|
|
.DS_Store
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
|
|
lib
|
|
|
|
dist
|
|
|
|
yarn-error.log
|
|
.clinic/
|
|
|
|
# Private dockerfiles
|
|
Dockerfile
|
|
Dockerfile.redstone-dev
|
|
|
|
.env*
|