mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 12:46:23 +00:00
40 lines
407 B
Plaintext
40 lines
407 B
Plaintext
# test directories
|
|
__tests__
|
|
node_modules/*/test
|
|
node_modules/*/tests
|
|
powered-test
|
|
e2e
|
|
|
|
# asset directories
|
|
docs
|
|
doc
|
|
website
|
|
images
|
|
|
|
# examples
|
|
example
|
|
examples
|
|
|
|
# code coverage directories
|
|
coverage
|
|
.nyc_output
|
|
|
|
# build scripts
|
|
Makefile
|
|
Gulpfile.js
|
|
Gruntfile.js
|
|
|
|
# configs
|
|
.tern-project
|
|
.gitattributes
|
|
.editorconfig
|
|
.*ignore
|
|
.eslintrc
|
|
.jshintrc
|
|
.flowconfig
|
|
.documentup.json
|
|
.yarn-metadata.json
|
|
|
|
# misc
|
|
*.gz
|