Skip to content

Commit 960d67c

Browse files
committed
new gitignore
2 parents dd689ec + e1dceb2 commit 960d67c

File tree

19 files changed

+23961
-32918
lines changed

19 files changed

+23961
-32918
lines changed

.env.example

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
#DO NOT DELETE THIS FILE, and follow instructions:
2-
# Required for Slack Oauth features
3-
# Create TWO files, one named ".env" and the second named ".env.development" in this directory, and give them the following variables
4-
# Any environment variables you create MUST also be created here in .env.example
5-
6-
SLACK_CLIENT_SECRET = "ENTER_CLIENT_SECRET_HERE"
7-
SLACK_CLIENT_ID = "ENTER_CLIENT_ID_HERE"
8-
SLACK_REDIRECT_URI = "REDIRECT URL HERE"
9-
10-
# https://www.npmjs.com/package/dotenv
11-
# https://www.npmjs.com/package/quasar-dotenv
12-
# https://v1.quasar.dev/quasar-cli/handling-process-env
1+
#DO NOT DELETE THIS FILE, and follow instructions:
2+
# Required for Slack Oauth features
3+
# Create TWO files, one named ".env" and the second named ".env.development" in this directory, and give them the following variables
4+
# Any environment variables you create MUST also be created here in .env.example
5+
6+
SLACK_CLIENT_SECRET = "ENTER_CLIENT_SECRET_HERE"
7+
SLACK_CLIENT_ID = "ENTER_CLIENT_ID_HERE"
8+
SLACK_REDIRECT_URI = "REDIRECT URL HERE"
9+
10+
# https://www.npmjs.com/package/dotenv
11+
# https://www.npmjs.com/package/quasar-dotenv
12+
# https://v1.quasar.dev/quasar-cli/handling-process-env
1313
# https://v1.quasar.dev/quasar-cli/quasar-conf-js#using-dotenv

.gitignore

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
#
2-
.env
3-
.env.development
4-
#
5-
.quasar
6-
.DS_Store
7-
.thumbs.db
8-
node_modules
9-
/dist
10-
/src-cordova/node_modules
11-
/src-cordova/platforms
12-
/src-cordova/plugins
13-
/src-cordova/www\
14-
/test/jest/coverage
15-
npm-debug.log*
16-
yarn-debug.log*
17-
yarn-error.log*
18-
/coverage
19-
# package-lock.json
20-
vetur.config.js
21-
22-
# Editor directories and files
23-
.idea
24-
.vscode
25-
*.suo
26-
*.ntvs*
27-
*.njsproj
28-
*.sln
29-
30-
#amplify
31-
amplify/\#current-cloud-backend
32-
amplify/.config/local-*
33-
amplify/backend/amplify-meta.json
34-
amplify/backend/awscloudformation
35-
build/
36-
dist/
37-
node_modules/
38-
aws-exports.js
1+
#
2+
.env
3+
.env.development
4+
#
5+
.quasar
6+
.DS_Store
7+
.thumbs.db
8+
node_modules
9+
/dist
10+
/src-cordova/node_modules
11+
/src-cordova/platforms
12+
/src-cordova/plugins
13+
/src-cordova/www\
14+
/test/jest/coverage
15+
npm-debug.log*
16+
yarn-debug.log*
17+
yarn-error.log*
18+
/coverage
19+
# package-lock.json
20+
vetur.config.js
21+
22+
# Editor directories and files
23+
.idea
24+
.vscode
25+
*.suo
26+
*.ntvs*
27+
*.njsproj
28+
*.sln
29+
30+
#amplify
31+
amplify/\#current-cloud-backend
32+
amplify/.config/local-*
33+
amplify/backend/amplify-meta.json
34+
amplify/backend/awscloudformation
35+
build/
36+
dist/
37+
node_modules/
38+
aws-exports.js
3939
awsconfiguration.json

.vsls.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
2-
"$schema": "http://json.schemastore.org/vsls",
3-
"gitignore":"none"
1+
{
2+
"$schema": "http://json.schemastore.org/vsls",
3+
"gitignore":"none"
44
}

0 commit comments

Comments
 (0)