Skip to content

Commit 16be5d8

Browse files
committed
Initial commit
0 parents  commit 16be5d8

21 files changed

Lines changed: 1007 additions & 0 deletions

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.gitattributes export-ignore
2+
/README.md export-ignore

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Ignore the public directory because all project modules, themes, profiles,
2+
# libraries, and public files are managed by Composer and the Drupal Scaffold
3+
# Plugin.
4+
/web
5+
6+
# Ignore third-party dependencies that are managed using Composer.
7+
/vendor
8+
9+
# Ignore paths that contain content specific to users and environments.
10+
/.local
11+
/var
12+
13+
# Ignore Node.js related files and directories.
14+
node_modules
15+
yarn-error.log

0 commit comments

Comments
 (0)