@kitschpatrol/create-project 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/create-project",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Kitschpatrol's TypeScript project templates.",
5
5
  "keywords": [
6
6
  "cli",
@@ -23,7 +23,8 @@
23
23
  "bin": "dist/index.js",
24
24
  "files": [
25
25
  "dist",
26
- "templates"
26
+ "templates",
27
+ "templates/**/.gitignore"
27
28
  ],
28
29
  "dependencies": {
29
30
  "bingo": "^0.5.16",
@@ -0,0 +1,22 @@
1
+ # Git Ignore
2
+ # Also used by CSpell, Stylelint, and ESLint
3
+
4
+ # @kitschpatrol/repo-config boilerplate
5
+ .astro/
6
+ .DS_Store
7
+ .env
8
+ .env.*
9
+ !.env.example
10
+ .eslint-config-inspector
11
+ .svelte-kit/
12
+ {tmp,temp}/
13
+ **/*.min.js
14
+ /scratch/
15
+ bower_components/
16
+ build/
17
+ coverage/
18
+ dist/
19
+ node_modules/
20
+ vendor/
21
+
22
+ # Customizations
@@ -0,0 +1,22 @@
1
+ # Git Ignore
2
+ # Also used by CSpell, Stylelint, and ESLint
3
+
4
+ # @kitschpatrol/repo-config boilerplate
5
+ .astro/
6
+ .DS_Store
7
+ .env
8
+ .env.*
9
+ !.env.example
10
+ .eslint-config-inspector
11
+ .svelte-kit/
12
+ {tmp,temp}/
13
+ **/*.min.js
14
+ /scratch/
15
+ bower_components/
16
+ build/
17
+ coverage/
18
+ dist/
19
+ node_modules/
20
+ vendor/
21
+
22
+ # Customizations
@@ -0,0 +1,22 @@
1
+ # Git Ignore
2
+ # Also used by CSpell, Stylelint, and ESLint
3
+
4
+ # @kitschpatrol/repo-config boilerplate
5
+ .astro/
6
+ .DS_Store
7
+ .env
8
+ .env.*
9
+ !.env.example
10
+ .eslint-config-inspector
11
+ .svelte-kit/
12
+ {tmp,temp}/
13
+ **/*.min.js
14
+ /scratch/
15
+ bower_components/
16
+ build/
17
+ coverage/
18
+ dist/
19
+ node_modules/
20
+ vendor/
21
+
22
+ # Customizations
@@ -0,0 +1,22 @@
1
+ # Git Ignore
2
+ # Also used by CSpell, Stylelint, and ESLint
3
+
4
+ # @kitschpatrol/repo-config boilerplate
5
+ .astro/
6
+ .DS_Store
7
+ .env
8
+ .env.*
9
+ !.env.example
10
+ .eslint-config-inspector
11
+ .svelte-kit/
12
+ {tmp,temp}/
13
+ **/*.min.js
14
+ /scratch/
15
+ bower_components/
16
+ build/
17
+ coverage/
18
+ dist/
19
+ node_modules/
20
+ vendor/
21
+
22
+ # Customizations
@@ -0,0 +1,22 @@
1
+ # Git Ignore
2
+ # Also used by CSpell, Stylelint, and ESLint
3
+
4
+ # @kitschpatrol/repo-config boilerplate
5
+ .astro/
6
+ .DS_Store
7
+ .env
8
+ .env.*
9
+ !.env.example
10
+ .eslint-config-inspector
11
+ .svelte-kit/
12
+ {tmp,temp}/
13
+ **/*.min.js
14
+ /scratch/
15
+ bower_components/
16
+ build/
17
+ coverage/
18
+ dist/
19
+ node_modules/
20
+ vendor/
21
+
22
+ # Customizations