forked from aburtsev/codelab.ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (49 loc) · 823 Bytes
/
.gitignore
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# See http://help.github.com/ignore-files/ for more about ignoring files.
.env
.env.*
!.env.example
!.env.test.example
.serverless/
.build/
# compiled output
# Ignore everything in 'dist'
/dist/*
# Don't ignore 'libs' within 'dist'
!/dist/libs/
# Ignore everything in 'dist/libs' except 'tools'
/dist/libs/*
!/dist/libs/tools/
# Ignore everything in 'dist/libs/tools' except 'workspace'
/dist/libs/tools/*
!/dist/libs/tools/workspace/
!/dist/libs/tools/eslint-plugin/
tmp/
out-tsc/
# Cypress
apps/platform-e2e/src/videos
apps/platform-e2e/src/screenshots
# dependencies
node_modules/
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# misc
.sass-cache
connect.lock
coverage/
/typings
*.log
# System Files
.DS_Store
Thumbs.db
# Next.js
.next/
.nx/
.vercel/
# Next.js
.next