Skip to content

Commit 195fae1

Browse files
committedMay 19, 2022
UPDATE: Update gitignore
1 parent 284b531 commit 195fae1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@
1010
/build
1111
/dist
1212

13+
# Test files
1314
*/**/*.test.css
14-
*/**/*.test.js
15+
*/**/*.test.js
16+
17+
# Package builds (CSS)
18+
/packages/pycui/**/*.css
19+
/packages/pycui/**/*.js

0 commit comments

Comments
 (0)