Skip to content

Commit 652f936

Browse files
committed
ignore files
1 parent d4ad21b commit 652f936

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.idea
2+
.vscode
3+
.DS_Store
4+
5+
node_modules
6+
7+
package-lock.json
8+
yarn.lock
9+
10+
.parcel-cache
11+
lib
12+
build
13+
dist
14+
out
15+
*.tsbuildinfo

.nojekyll

Whitespace-only changes.

.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.github
2+
.parcel-cache
23

34
docs
45
lib
56
build
7+
dist
8+
out

0 commit comments

Comments
 (0)