NaturalCycles/js-lib

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
#
# DO NOT MODIFY, WILL BE OVERWRITTEN BY @naturalcycles/dev-lib
#
# You can put more .gitignore files in your respective subfolders (e.g `src`) to ignore additional things.
# Or PR to @naturalcycles/dev-lib if you want to ignore something generic.
#

#
# Global (all dirs)
#
*.iml
.idea
.DS_Store
node_modules
.env
.npmrc
.classpath
.project
.settings
.externalToolBuilders
.cache
.stencil
.nuxt
.gitconfig
.lighthouseci

#
# Root dir
#
/target
/*.log
/log.txt
/.sass-cache
/.sourcemaps
/docs/.vitepress/cache
/docs/.vitepress/dist
/loader

/coverage

/dist
/dist-cjs
/dist-esm
/tmp

# All secrets are ignored, except encrypted
/secret/**/*.*
!/secret/**/*.enc

/scripts/try.*
/logs
/www/*
!/www/.gitkeep