Skip to content

Commit 309c81c

Browse files
committed
Import
0 parents  commit 309c81c

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

.gitignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Jekyll build output
2+
_site/
3+
.jekyll-cache/
4+
.jekyll-metadata
5+
.sass-cache/
6+
7+
# Ruby dependencies
8+
.bundle/
9+
vendor/
10+
11+
# Node.js dependencies
12+
node_modules/
13+
npm-debug.log*
14+
yarn-debug.log*
15+
yarn-error.log*
16+
package-lock.json
17+
yarn.lock
18+
19+
# Environment files
20+
.env
21+
.env.local
22+
.env.development.local
23+
.env.test.local
24+
.env.production.local
25+
26+
# Editor directories and files
27+
.idea/
28+
.vscode/
29+
*.swp
30+
*.swo
31+
*~
32+
.DS_Store
33+
Thumbs.db
34+
35+
# Build artifacts
36+
dist/
37+
build/
38+
tmp/
39+
temp/
40+
41+
# Log files
42+
*.log
43+
44+
# Cache files
45+
.cache/
46+
47+
# Local development files
48+
.ruby-version
49+
.node-version

0 commit comments

Comments
 (0)