-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (32 loc) · 766 Bytes
/
.gitignore
File metadata and controls
35 lines (32 loc) · 766 Bytes
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
node_modules
**/target/
*.wasm
.env
.DS_Store
.yalc
yarn.lock
# These files are generated from Shopify CLI templating and should not be committed to this repo
## Extensions
**/input.graphql
*/rust/**/Cargo.lock
*/rust/**/Cargo.toml
**/shopify.extension.toml
*/javascript/**/package.json
*/javascript/**/src/*
*/typescript/**/package.json
*/typescript/**/src/*
*/rust/**/src/*.graphql
*/wasm/**/*.graphql
!*/wasm/**/schema.graphql
**/locales/*.json
!*/javascript/**/src/*.liquid
## Sample Apps
sample-apps/*/web/frontend/metafields.js
!sample-apps/discounts/web/frontend/metafields.js
sample-apps/*/build/*
sample-apps/*/public/build/*
!sample-apps/**/input.graphql
!sample-apps/**/shopify.extension.toml
!sample-apps/**/locales/*.json
dev.sqlite
shopify.app.toml