Skip to content

Commit c4e7d90

Browse files
committed
exclude files #43
1 parent dce25be commit c4e7d90

18 files changed

+4701
-3
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
/errors.txt
22
/syntax.txt
33
/ROADMAP.draft.md
4+
/.idea
5+
/.DS_Store
6+
/ROADMAP.md
7+
/docs
8+
/package-lock.json
9+
test/*.ts
10+
test/*.js
11+
test/*.css
12+
test/*.html
13+
test/*.json
14+
test/*.md
415

516
# Logs
617
logs

jsr.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "@tbela99/css-parser",
3-
"version": "0.7.0-aplha.1",
3+
"version": "0.7.0",
44
"publish": {
5+
"include": [
6+
"src",
7+
"README.md",
8+
"package.json",
9+
"LICENSE.md",
10+
"CHANGELOG.md",
11+
"tsconfig.json"
12+
],
513
"exclude": [
614
"dist",
715
"test",
@@ -10,15 +18,19 @@
1018
".idea",
1119
".npmignore",
1220
".npmrc",
13-
"tsconfig.json",
1421
"Writerside",
1522
"build.sh",
1623
"docs",
1724
"package-lock.json",
1825
"CHANGELOG.md",
1926
"ROADMAP.md",
2027
"rollup.config.js",
21-
"tools"
28+
"tools",
29+
".DS_Store",
30+
".idea",
31+
"ROADMAP.md",
32+
"docs",
33+
"package-lock.json"
2234
]
2335
},
2436
"exports": {

test/files/css/line-awesome.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/files/fonts/la-brands-400.eot

153 KB
Binary file not shown.

test/files/fonts/la-brands-400.svg

Lines changed: 1313 additions & 0 deletions
Loading

test/files/fonts/la-brands-400.ttf

152 KB
Binary file not shown.
96.4 KB
Binary file not shown.
82.8 KB
Binary file not shown.
33.1 KB
Binary file not shown.

test/files/fonts/la-regular-400.svg

Lines changed: 467 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)