Skip to content

Commit 51201c0

Browse files
committedApr 14, 2021
🐛 fix: gitignores and eslintignore
1 parent c307990 commit 51201c0

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed
 

‎.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/projects/tailwindcss-theme-variants/*.js
2+
/projects/tailwindcss-theme-variants/*.d.ts

‎.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55
firebase-debug.log
66
/.history/
77
/node_modules/
8-
/projects/site/node_modules/
9-
/projects/tailwindcss-theme-variants/node_modules/
10-
/projects/tests/node_modules/
118
pnpm-debug.log

‎projects/site/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ firebase-debug.log
99
/__sapper__/
1010
/src/node_modules/@sapper/
1111
/src/rendered-content/
12-
/site/static/global.css
13-
/site/static/global.css.map
12+
/static/global.css
13+
/static/global.css.map
1414
pnpm-debug.log
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

2+
/node_modules/
23
/*.js
34
/*.d.ts

‎projects/tests/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules/

0 commit comments

Comments
 (0)
Please sign in to comment.