webpack/.gitignore

15 lines
201 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-cache-fixture
2015-04-04 02:32:04 +02:00
/benchmark/js
/benchmark/fixtures
/examples/**/dist
2013-12-16 22:33:47 +01:00
/coverage
2015-04-04 02:32:04 +02:00
.DS_Store
2015-07-12 22:46:54 +02:00
*.log
.idea
.vscode
2018-05-11 16:06:20 +02:00
.eslintcache
2018-04-02 15:35:15 +02:00
package-lock.json