Skip to content

Commit 06fe349

Browse files
committed
[hygiene] Ignore dist (from the future!)
1 parent 3a51772 commit 06fe349

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/docs/**
22
**/bin/**
33
**/lib/**
4+
**/dist/**
45
**/tmp/**
56
**/node_modules/**
67
**/site/extras/**

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
bin
33
lib
4+
dist
45
tmp
56
node_modules
67
npm-debug.log

0 commit comments

Comments
 (0)