Skip to content

Commit 8587fc0

Browse files
authored
Fix gitignore for Primer forms move (#3147)
1 parent 978e867 commit 8587fc0

File tree

7 files changed

+6
-170
lines changed

7 files changed

+6
-170
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ app/components/**/*.css.json
55
app/components/**/*.css.map
66
app/components/**/*.d.ts
77
app/lib/primer/css/*.css.json
8-
lib/primer/forms/**/*.js
9-
lib/primer/forms/**/*.css
10-
lib/primer/forms/**/*.css.json
11-
lib/primer/forms/**/*.css.map
12-
lib/primer/forms/**/*.d.ts
8+
app/lib/primer/forms/**/*.js
9+
app/lib/primer/forms/**/*.css
10+
app/lib/primer/forms/**/*.css.json
11+
app/lib/primer/forms/**/*.css.map
12+
app/lib/primer/forms/**/*.d.ts
1313
app/assets/
1414

1515
# Generated by demo npm post-install
File renamed without changes.

app/lib/primer/forms/primer_multi_input.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/lib/primer/forms/primer_text_field.d.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/lib/primer/forms/primer_text_field.js

Lines changed: 0 additions & 119 deletions
This file was deleted.

app/lib/primer/forms/toggle_switch_input.d.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"app/components/primer/**/*.css.json",
2828
"app/components/primer/**/*.d.ts",
2929
"app/lib/primer/forms/**/*.js",
30-
"app/lib/primer/forms/**/*.d.ts",
31-
"lib/primer/forms/**/*.js",
32-
"lib/primer/forms/**/*.d.ts"
30+
"app/lib/primer/forms/**/*.d.ts"
3331
],
3432
"scripts": {
3533
"clean": "git clean -fdX -- app/",

0 commit comments

Comments
 (0)