-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
55 lines (46 loc) · 875 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
# NPM #
node_modules
# NX #
.nx/installation
.nx/cache
.nx/workspace-data
# OS generated files #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*_rsa
*_rsa.pub
# JetBrains #
.idea
# Build and generated files #
dist
.temp
.cache
out
# Dialtone icons #
packages/dialtone-icons/index.js
packages/dialtone-icons/src/icons
packages/dialtone-icons/src/illustrations
# Dialtone tokens #
packages/dialtone-tokens/token_transformer
packages/dialtone-tokens/dist*/*
!dist_ios/Package.swift
!dist_ios/.github
!dist_ios/VERSION
.gradle
local.properties
.env
# Dialtone vue #
packages/dialtone-vue*/storybook-static
packages/dialtone-vue*/functions/generated
# Postcss responsive variations
packages/postcss-responsive-variations/coverage
# Language Server
*.tsbuildinfo
*.vsix
packages/language-server/sample/*.vue
packages/language-server/sample/*.css