yoqw/cas/.gitignore
2023-09-25 14:58:48 +08:00

38 lines
533 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/web/dist
/web/tmp
/build
/overlays
/target
# dependencies
/web/node_modules
/web/bower_components
# misc
/web/.sass-cache
/web/connect.lock
/web/coverage/*
/web/libpeerconnection.log
/web/npm-debug.log
/web/testem.log
/web/package-lock.json
.*
!.editorconfig
!.ember-cli
!.jshintrc
!.eslintrc.js
!.travis.yml
!.watchmanconfig
!.gitignore
!.gitkeep
*.iml
# ember-try
.node_modules.ember-try/
bower.json.ember-try
package.json.ember-try