webpack/.gitignore

23 lines
332 B
Plaintext
Raw Normal View History

2012-08-13 17:15:41 +02:00
/node_modules
2012-08-23 19:46:21 +02:00
/test/js
/test/browsertest/js
/test/fixtures/temp-*
2019-10-22 09:51:41 +02:00
/test/temp
/test/ChangesAndRemovals
2021-10-20 22:56:39 +02:00
/test/**/dev-defaults.webpack.lock
2015-04-04 02:32:04 +02:00
/benchmark/js
/benchmark/fixtures
/examples/**/dist
/assembly/**/*.wat
/assembly/**/*.wasm
2013-12-16 22:33:47 +01:00
/coverage
2021-05-10 16:51:26 +02:00
/.nyc_output
/.jest-cache
2015-04-04 02:32:04 +02:00
.DS_Store
2015-07-12 22:46:54 +02:00
*.log
.idea
.vscode
2018-10-09 14:30:59 +02:00
.cache
2018-05-11 16:06:20 +02:00
.eslintcache
2018-04-02 15:35:15 +02:00
package-lock.json