Skip to content

Commit e2681f1

Browse files
authored
Updated blueprints for .gitignore (#53)
* chore: Updated blueprints for .gitignore * chore: Updated test fixtures --------- Co-authored-by: ijlee2 <[email protected]>
1 parent 6611024 commit e2681f1

File tree

36 files changed

+72
-126
lines changed

36 files changed

+72
-126
lines changed

src/blueprints/ember-addon/__addonLocation__/__gitignore__

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33
# will also appear in published NPM packages.
44
/LICENSE.md
55
/README.md
6-
7-
# compiled output
8-
/declarations/
9-
/dist/
10-
11-
# dependencies
12-
/node_modules/

src/blueprints/ember-addon/__gitignore__

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# compiled output
2+
declarations/
23
dist/
34

5+
# npm/pnpm/yarn pack output
6+
*.tgz
7+
48
# dependencies
59
node_modules/
610

tests/fixtures/ember-container-query-customizations/output/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# compiled output
2+
declarations/
23
dist/
34

5+
# npm/pnpm/yarn pack output
6+
*.tgz
7+
48
# dependencies
59
node_modules/
610

tests/fixtures/ember-container-query-customizations/output/packages/ember-container-query/.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33
# will also appear in published NPM packages.
44
/LICENSE.md
55
/README.md
6-
7-
# compiled output
8-
/declarations/
9-
/dist/
10-
11-
# dependencies
12-
/node_modules/

tests/fixtures/ember-container-query-glint/output/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# compiled output
2+
declarations/
23
dist/
34

5+
# npm/pnpm/yarn pack output
6+
*.tgz
7+
48
# dependencies
59
node_modules/
610

tests/fixtures/ember-container-query-glint/output/ember-container-query/.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33
# will also appear in published NPM packages.
44
/LICENSE.md
55
/README.md
6-
7-
# compiled output
8-
/declarations/
9-
/dist/
10-
11-
# dependencies
12-
/node_modules/

tests/fixtures/ember-container-query-javascript/output/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# compiled output
2+
declarations/
23
dist/
34

5+
# npm/pnpm/yarn pack output
6+
*.tgz
7+
48
# dependencies
59
node_modules/
610

tests/fixtures/ember-container-query-javascript/output/ember-container-query/.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33
# will also appear in published NPM packages.
44
/LICENSE.md
55
/README.md
6-
7-
# compiled output
8-
/declarations/
9-
/dist/
10-
11-
# dependencies
12-
/node_modules/

tests/fixtures/ember-container-query-scoped/output/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# compiled output
2+
declarations/
23
dist/
34

5+
# npm/pnpm/yarn pack output
6+
*.tgz
7+
48
# dependencies
59
node_modules/
610

tests/fixtures/ember-container-query-scoped/output/ember-container-query/.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33
# will also appear in published NPM packages.
44
/LICENSE.md
55
/README.md
6-
7-
# compiled output
8-
/declarations/
9-
/dist/
10-
11-
# dependencies
12-
/node_modules/

0 commit comments

Comments
 (0)