Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gitignore for Primer forms move #3147

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading