Skip to content

Commit 530d07f

Browse files
committed
Updated ignore lists
1 parent 64679bd commit 530d07f

File tree

23 files changed

+45
-11
lines changed

23 files changed

+45
-11
lines changed

1.nuxt/1.essentials/3.middelware-plugins-utils-composables/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store

1.nuxt/1.essentials/6.state-management/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
.output
77
.env
88
dist
9+
.DS_Store
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
APP_BASE_URL=http://localhost:3000
2+
APP_CART_ID=example.com:cart
3+
4+
# Free fake API for testing and prototyping.
5+
API_BASE_URL=https://dummyjson.com
6+
7+
# Or:
8+
# API_BASE_URL=https://jsonplaceholder.typicode.com/

1.nuxt/1.essentials/7.store-management/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
8+
.DS_Store

1.nuxt/2.signle-domain/1.in-memory/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
.output
77
.env
88
dist
9+
.DS_Store

1.nuxt/2.signle-domain/2.mongodb/.env

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Set database env variables:
2+
VITE_DB_HOST=mongodb://127.0.0.1:27017
3+
VITE_DB_DBNAME=advanced-nuxtjs-course
4+
5+
# Set app env variables:
6+
VITE_APP_HOST=localhost
7+
VITE_APP_PORT=5000
8+
VITE_CROSS_ORIGIN=http://localhost:3000

1.nuxt/2.signle-domain/2.mongodb/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
8+
.DS_Store
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
APP_BASE_URL=http://localhost:3000
2+
API_BASE_URL=http://localhost:5000

1.nuxt/3.cross-domains/1.connect-native/1.mysql/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
APP_BASE_URL=http://localhost:3000
2+
API_BASE_URL=http://localhost:5000

1.nuxt/3.cross-domains/1.connect-native/2.mongodb/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
APP_BASE_URL=http://localhost:3000
2+
API_BASE_URL=http://localhost:5000

1.nuxt/3.cross-domains/1.connect-native/3.rethinkdb/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# The Nuxt's way to set the env variables.
2+
APP_BASE_URL=http://localhost:3000
3+
API_BASE_URL=http://localhost:4000
4+
5+
# The Vite's way to set the env variables.
6+
VITE_APP_BASE_URL=http://localhost:3000
7+
VITE_API_BASE_URL=http://localhost:4000

1.nuxt/3.cross-domains/2.connect-php/1.wordpress/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
APP_BASE_URL=http://localhost:3000
2+
API_BASE_URL=http://localhost:8181

1.nuxt/3.cross-domains/2.connect-php/2.psr/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
APP_BASE_URL=http://localhost:3000
2+
API_BASE_URL=http://localhost:5000

1.nuxt/3.cross-domains/3.connect-graphql/1.mongodb/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
APP_BASE_URL=http://localhost:3000
2+
API_BASE_URL=http://localhost:5000

1.nuxt/3.cross-domains/3.connect-graphql/2.wordpress/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The Nuxt's way to set the env variables.
2+
APP_BASE_URL=http://localhost:3000
3+
API_BASE_URL=http://localhost:8081
4+
5+
# The Vite's way to set the env variables.
6+
VITE_API_BASE_URL=http://localhost:8081

1.nuxt/3.cross-domains/3.connect-graphql/3.gridsome/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.nitro
55
.cache
66
.output
7-
.env
87
dist
98
.DS_Store

0 commit comments

Comments
 (0)