-
-
Notifications
You must be signed in to change notification settings - Fork 298
/
.gitignore
49 lines (40 loc) · 1.1 KB
/
.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
# Caches and modules
.jest-cache
.sass-cache
node_modules
packages/*/*.tsbuildinfo
# Compiled files
/changelogData.js
/packages/*/es
/packages/*/lib
/packages/*/dist
/packages/*/types
/packages/codemod/bin
/packages/dev-utils/bin
/packages/material-icons/bin
/packages/material-icons/temp
!/packages/documentation/types
# Documentation ignores since .gitignore in child directories isn't picked up by
# ag
/packages/documentation/.next
/packages/documentation/.env*.local
# Copies/generated by dev-utils during builds
/packages/documentation/public/tsdocs
/packages/documentation/src/guides/contributing.md
/packages/documentation/src/utils/toTitle.ts
/packages/documentation/src/readmes
/packages/documentation/src/changelogs
/packages/documentation/src/constants/versions.ts
/packages/documentation/src/constants/meta
/packages/documentation/src/constants/sandboxes
/packages/documentation/src/constants/sassdoc
# for creating github releases
/.env.local
# Testing
coverage
# Others
.DS_STORE
*.log
# Don't want to include the lock files for these examples
# since they can be downloaded and reused
examples/*/*.lock