freezer-web-ui/.gitignore
Qian Min Chen d2ecd753b4 Add test 'node_modules' in '.gitignore'
Change-Id: I8295ae5b15eb46c93b90d619d2a92aa1fc50a280
2018-07-19 17:31:52 +08:00

35 lines
380 B
Plaintext

__pycache__
dist
build
tags
tests/scenario/.vagrant
.idea
.autogenerated
.coverage
cover/
coverage.xml
*.sw?
.tox
*.egg
*.egg-info
*.py[co]
.DS_Store
*.log
.testrepository
subunit.log
.cache
AUTHORS
ChangeLog
node_modules
# Django files that get created during the test runs
.secret_key_store
*.lock
# Eclipse generates these
.project
.pydevproject
# Coverage data
.coverage.*