-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
35 lines (30 loc) · 909 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
# Add directories containing build assets below.
# Keep all additions above the "cut" line.
# This distinction is only important when using this
# repository as a custom upstream. The .gitignore file
# is not modified in the GitHub PR workflow.
## Ignore compiled files
dist/css
dist/js
dist/fonts/*
## To unignore fonts placed in the dist/fonts directory, uncomment and update
## !dist/fonts/[DIRECTORY_NAME]/
dist/design-tokens.js
dist/images/backgrounds
dist/images/sprite.artifact.svg
source/00-config/_design-tokens.artifact.scss
source/00-config/_GESSO.es6.js
storybook
# :::::::::::::::::::::: cut ::::::::::::::::::::::
###
### Pantheon site .gitignore section
###
### Items below the "cut" line are still ignored on
### the Pantheon site. Items above the "cut" line
### are ignored in the GitHub repository, but committed
### to the Pantheon repository.
###
.DS_Store
.idea
.vscode
node_modules