Chatto/chatto/.gitignore
Rohan Sircar 1a7edaca3c Browserified chat web worker
This was done because previously, the worker used importscript
to load deps from a CDN, which was vulnerable to attacks like XSS
because it does not support SRI.
The web worker also cannot access deps from the global head.
2020-05-29 15:20:27 +05:30

42 lines
448 B
Plaintext

HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code ###
.vscode/
../vscode/
node_modules
config
bundle.js
bundle.min.js
worker.js
src/main/javascript/node/
dist
out
yarn-error.log