Skip to content

Commit ec58a39

Browse files
Pavel LevchukPavel Levchuk
authored andcommitted
chore(yarn): update yarnignore
1 parent e8c9514 commit ec58a39

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.yarnignore

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Editor settings
2+
.vscode/
3+
.vs/
4+
5+
# TypeScript-related files
6+
*.ts
7+
!*.d.ts
8+
tsconfig*.json
9+
tslint.json
10+
11+
# Debug files
12+
*.js.map
13+
14+
# Yarn files
15+
yarn.lock
16+
yarn-error.log
17+
18+
# Github files
19+
CONTRIBUTING.md
20+
21+
# Editor config
22+
.editorconfig
23+
24+
# Node
25+
npm-debug.log
26+
docs/*
27+
28+
# DO NOT IGNORE TYPESCRIPT FILES FOR NPM
29+
# TypeScript
30+
# *.js
31+
# *.map
32+
# *.d.ts
33+
34+
# JetBrains
35+
.idea
36+
.project
37+
.settings
38+
.idea/*
39+
*.iml
40+
41+
# Windows
42+
Thumbs.db
43+
Desktop.ini
44+
45+
# Mac
46+
.DS_Store
47+
**/.DS_Store
48+
49+
# Ngc generated files
50+
**/*.ngfactory.ts
51+
52+
# Library files
53+
src/*
54+
scripts/*

0 commit comments

Comments
 (0)