Skip to content

Commit

Permalink
Fix gitignore for Primer forms move (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Oct 14, 2024
1 parent 978e867 commit 8587fc0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 170 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ app/components/**/*.css.json
app/components/**/*.css.map
app/components/**/*.d.ts
app/lib/primer/css/*.css.json
lib/primer/forms/**/*.js
lib/primer/forms/**/*.css
lib/primer/forms/**/*.css.json
lib/primer/forms/**/*.css.map
lib/primer/forms/**/*.d.ts
app/lib/primer/forms/**/*.js
app/lib/primer/forms/**/*.css
app/lib/primer/forms/**/*.css.json
app/lib/primer/forms/**/*.css.map
app/lib/primer/forms/**/*.d.ts
app/assets/

# Generated by demo npm post-install
Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions app/lib/primer/forms/primer_multi_input.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions app/lib/primer/forms/primer_text_field.d.ts

This file was deleted.

119 changes: 0 additions & 119 deletions app/lib/primer/forms/primer_text_field.js

This file was deleted.

5 changes: 0 additions & 5 deletions app/lib/primer/forms/toggle_switch_input.d.ts

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"app/components/primer/**/*.css.json",
"app/components/primer/**/*.d.ts",
"app/lib/primer/forms/**/*.js",
"app/lib/primer/forms/**/*.d.ts",
"lib/primer/forms/**/*.js",
"lib/primer/forms/**/*.d.ts"
"app/lib/primer/forms/**/*.d.ts"
],
"scripts": {
"clean": "git clean -fdX -- app/",
Expand Down

0 comments on commit 8587fc0

Please sign in to comment.