15dc797efd
Adding go.mod into node_modules is not sufficient, because npm install wipes them quite often out. Similarly, when running npm install locally it will remove it, causing the git state to be dirty. Rather than having them committed, add them after running npm install. Change-Id: Iaf21a9c6e198dc31fe50345ec5dee85b44617176
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/build/*
|
|
!/build/.keep
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.* |