-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
38 lines (32 loc) · 1005 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
.history/
.cache
# NodeJS projects
## Top-level
node_modules/.cache
node_modules/*
!node_modules/@asu-design-system
node_modules/@asu-design-system/*
## Per project - asu_brand
!node_modules/@asu-design-system/component-cookie-consent/
node_modules/@asu-design-system/component-cookie-consent/*
!node_modules/@asu-design-system/component-cookie-consent/dist
!node_modules/@asu-design-system/component-header
node_modules/@asu-design-system/component-header/*
!node_modules/@asu-design-system/component-header/dist
!node_modules/@asu
node_modules/@asu/*
!node_modules/@asu/component-cookie-consent/
node_modules/@asu/component-cookie-consent/*
!node_modules/@asu/component-cookie-consent/dist
!node_modules/@asu/component-header
node_modules/@asu/component-header/*
!node_modules/@asu/component-header/dist
# Drupal/external libraries
/vendor/
# PHPStorm (IDE) configurations
.idea/
# Config management script output
/config/_*changes.diff
/config/**/_diff_commands.bash
*APPLICABLE.patch
.DS_Store*