-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
71 lines (59 loc) · 1.09 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Patternlab directories
# -------------------------------
# core/*
public/*
export/*
patternlab.json
.sass-cache/*
/sass-cache
.idea/
# Exlusions by file type
# -------------------------------
*.css
*.map
# Installables, PHP & node
# -------------------------------
vendor/*
node_modules/*
*.log
composer.lock
source/vdm-icon-system/node_modules/*
# Packaged files
# ------------------------------------------------------------------------------
/dist
# OS generated files
# -------------------------------
*~
.directory
.DS_Store*
.project
.settings
.svn
ehthumbs.db
Thumbs.db
# IDE generated files
# ------------------------------------------------------------------------------
*.bbprojectd
*.mode1v3
*.mode2v3
*.pbxuser
*.perspective
*.perspectivev3
*.sublime-project
*.sublime-workspace
*.swp
*.tmproj
*~.nib
.idea
.komodotools
.project
.settings
.vscode
nbproject
# Chef generated files
# ------------------------------------------------------------------------------
cookbooks
tmp
# Vagrant generated files
# ------------------------------------------------------------------------------
.vagrant