lemo-crm/.gitignore
2022-06-24 00:16:47 +08:00

37 lines
516 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
/files
# compiled output
/web/dist
/web/tmp
# 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