Skip to content

Commit

Permalink
Merge pull request #30 from ASUWebPlatforms/ws2-1530
Browse files Browse the repository at this point in the history
WS2-1530
  • Loading branch information
mlsamuelson authored Mar 3, 2023
2 parents 4270e98 + 6e0a5e5 commit e0ed615
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# NodeJS projects
!node_modules
node_modules/*

Expand Down Expand Up @@ -25,4 +26,15 @@ node_modules/@asu/component-news/dist/*
!node_modules/@asu/component-news/dist/asuNews.umd.js
!node_modules/@asu/component-news/dist/vendor.umd.js

# Drupal/external libraries
/vendor/

# PHPStorm (IDE) configurations
.idea/

# Config management script output
/config/_*changes.diff
/config/**/_diff_commands.bash
*APPLICABLE.patch
.DS_Store
.DS_Stor*
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ default_value:
value: Cards
default_value_callback: ''
settings: { }
field_type: list_string
field_type: list_string

0 comments on commit e0ed615

Please sign in to comment.