Skip to content

Commit 4679064

Browse files
committed
Update gitignore
1 parent e526cd3 commit 4679064

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

.gitignore

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
.DS_Store
22
Brewfile.lock.json
33

4+
# build output
5+
dist/
6+
.output/
7+
8+
# dependencies
9+
node_modules/
10+
11+
# logs
12+
npm-debug.log*
13+
yarn-debug.log*
14+
yarn-error.log*
15+
pnpm-debug.log*
16+
17+
# Compiled source #
18+
###################
19+
*.com
20+
*.class
21+
*.dll
22+
*.exe
23+
*.o
24+
*.so
25+
26+
# Packages #
27+
############
28+
# it's better to unpack these files and commit the raw source
29+
# git has its own built in compression methods
30+
*.7z
31+
*.dmg
32+
*.gz
33+
*.iso
34+
*.jar
35+
*.rar
36+
*.tar
37+
*.zip
38+
39+
# Logs and databases #
40+
######################
41+
*.log
42+
*.sql
43+
*.sqlite
44+
45+
# OS generated files #
46+
######################
47+
.DS_Store
48+
.DS_Store?
49+
._*
50+
.Spotlight-V100
51+
.Trashes
52+
ehthumbs.db
53+
Thumbs.db
54+
455
.meta
556
todo.md
657
*.code-workspace

node_modules/.cache/prettier/.prettier-caches/7ba0a53b8a2ff138cbeef3e8005da7135d10360a.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)