-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (34 loc) · 1.05 KB
/
.gitignore
File metadata and controls
41 lines (34 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# Ignore those old posts
src/content/advanced-typescript-conditional-types.md
src/content/posts/concurrency-in-go.md
src/content/posts/error-handling-in-go.md
src/content/posts/gos-interfaces-and-polymorphism.md
src/content/posts/javascript-prototypal-inheritance.md
src/content/posts/javascripts-event-loop-explained.md
src/content/posts/mastering-async-await-in-javascript.md
src/content/posts/python-decorators-demystified.md
src/content/posts/pythons-context-managers-and-the-with-statement.md
src/content/posts/pythons-generators-and-yield.md
src/content/posts/pythons-list-comprehensions.md
src/content/posts/typescript-generics-explained.md
src/content/posts/typescript-utility-types.md
src/content/posts/typescripts-keyof-and-mapped-types.md
src/content/posts/understanding-closures-in-javascript.md