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

Update .gitignore #220

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Update .gitignore #220

merged 1 commit into from
Oct 25, 2023

Conversation

Lucas-Dunker
Copy link
Member

Purpose

Some devs might have a vscode directory with personal formatter settings, but that directory wasn't included in our .gitignore. This PR fixes that.

Contributors

@Lucas-Dunker

Feature List

_Add vscode directory to .gitignore

Reviewers

Primary:
@sebwit20

Secondary:
@pranavphadke1 @ananyaspatil

@vercel
Copy link

vercel bot commented Oct 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
searchneu ✅ Ready (Inspect) Visit Preview Oct 22, 2023 7:26pm

@Lucas-Dunker Lucas-Dunker merged commit f935a37 into master Oct 25, 2023
4 checks passed
@Lucas-Dunker Lucas-Dunker deleted the ld_updateGitIgnore branch October 25, 2023 23:22
ananyaspatil added a commit that referenced this pull request Oct 29, 2023
Lucas-Dunker pushed a commit that referenced this pull request Nov 27, 2023
* Revert "Update .gitignore (#220)"

This reverts commit f935a37.

* refactored zindexes on all frontend style files

* removed reverting of .gitignore
Lucas-Dunker added a commit that referenced this pull request Nov 28, 2023
* Upgrade node versions in github workflows to match project node version (#213)

* Upgrade node versions in github workflows to match project node version

* Restrict node version in package.json

* Tweak node engine version to debug vercel deployment

* Maybe matching with CCA node engine version will work?

* Limiting versions to only 14?

* Upgrade Node to Version 18 + Next to Version 12, React to Version 17.0.2 (#215)

* Upgrade node versions in github workflows to match project node version

* Restrict node version in package.json

* Tweak node engine version to debug vercel deployment

* Maybe matching with CCA node engine version will work?

* Limiting versions to only 14?

* Messed around with installations and upgrades until it works)

* UPdate GitHub workflows to match version

* Upgrade Node version to 18.17.1

* Remove minor + patch version from deployment

* Remove minot + patch version from package.json

* Update tests

* Update Description for Fall 2023 Team (#214)

* Add linting rules to error on non-variable color codes  (#212)

* Add linting rule to error on raw hex codes

* Add linting exceptions for .tsx files with SVG's

* Add and configure style-lint for erroring on non-variable hex codes

* Refactor forgotten hex codes into color variables

* Add new linting to github workflow

* Remove unused stylelint package, upgrade node version for workflows to work with stylelint

* Better specify github workflow node versions

* Fix node version typo lol

* Update postcss version in package.json

Co-authored-by: Zachar Hankewycz <[email protected]>

* Update lock file to match package.json

* Edit lint error message to be more detailed

* Update lockfile

* Type fix (caught because of linter, now erorrs)

* Update snapshot

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Filtered out NULL class results. (#216)

* Fix Roberts Name (#219)

* TSX Linting Fix - Remove tsconfig linting file from eslint config (#218)

* Add linting rule to error on raw hex codes

* Add linting exceptions for .tsx files with SVG's

* Add and configure style-lint for erroring on non-variable hex codes

* Refactor forgotten hex codes into color variables

* Add new linting to github workflow

* Remove unused stylelint package, upgrade node version for workflows to work with stylelint

* Better specify github workflow node versions

* Fix node version typo lol

* Update postcss version in package.json

Co-authored-by: Zachar Hankewycz <[email protected]>

* Update lock file to match package.json

* Edit lint error message to be more detailed

* Update lockfile

* Type fix (caught because of linter, now erorrs)

* Update snapshot

* Fix linting for nested tsx files

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Set default dev environment variable (#217)

* Add dev variable in .env.development

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Add null and undefined checking to result in filter (#222)

* Merge to prod 10/24/23 (#223) (#224)

* Null Filter Hotfix

* Update .gitignore (#220)

* Fix Missing Prereqs For (#230)

* Disallow Empty Feedback (#227)

* change feedback component

* add error banner

* update snapshots

* hide error when modal toggled

* add check for only whitespace

* Ap/refactor zindexes (#228)

* Revert "Update .gitignore (#220)"

This reverts commit f935a37.

* refactored zindexes on all frontend style files

* removed reverting of .gitignore

* Update styling docs to talk about Z-indexes (#231)

* Update styling docs to talk about Z-indexes

* Heading typo

* Pp/robert findings visual 10/4/23 bugs (#232)

* Side edge of section table doesn’t touch edge of parent (when logged in with #)

* fix: Frame isn’t centered on larger screen sizes (large right margin)

* fix: Navbar has different padding R to L

* fix: Corner radii is different between elements

* fix: Chevrons are uncentered with uncollapsed

Still need to discuss updating the chevron flow but this works for now

* searchbar button overlay the container's border

* standardized toggle styling

- still want to address the _NotifCheckBox styling sheet as it seems like we are moving away from it.

* Bug: Align filter bar with class cards fix

* bug: notifications sign up modal has no background transparency

* updated snapshot test

* fix linting issue

* update test

---------

Co-authored-by: Zachar Hankewycz <[email protected]>
Co-authored-by: ananyaspatil <[email protected]>
Co-authored-by: Jason Cheung <[email protected]>
Co-authored-by: Luke Taylor <[email protected]>
Co-authored-by: Sebastian Wittrock <[email protected]>
Co-authored-by: Pranav Phadke <[email protected]>
sebwittr added a commit that referenced this pull request Jan 31, 2024
* Merge to prod 10/24/23 (#223)

* Null Filter Hotfix

* Merge master into prod (Weird rebasing) (#225)

Rebasing Fix

* Prod Merge : 11-28-23 (#233)

* Upgrade node versions in github workflows to match project node version (#213)

* Upgrade node versions in github workflows to match project node version

* Restrict node version in package.json

* Tweak node engine version to debug vercel deployment

* Maybe matching with CCA node engine version will work?

* Limiting versions to only 14?

* Upgrade Node to Version 18 + Next to Version 12, React to Version 17.0.2 (#215)

* Upgrade node versions in github workflows to match project node version

* Restrict node version in package.json

* Tweak node engine version to debug vercel deployment

* Maybe matching with CCA node engine version will work?

* Limiting versions to only 14?

* Messed around with installations and upgrades until it works)

* UPdate GitHub workflows to match version

* Upgrade Node version to 18.17.1

* Remove minor + patch version from deployment

* Remove minot + patch version from package.json

* Update tests

* Update Description for Fall 2023 Team (#214)

* Add linting rules to error on non-variable color codes  (#212)

* Add linting rule to error on raw hex codes

* Add linting exceptions for .tsx files with SVG's

* Add and configure style-lint for erroring on non-variable hex codes

* Refactor forgotten hex codes into color variables

* Add new linting to github workflow

* Remove unused stylelint package, upgrade node version for workflows to work with stylelint

* Better specify github workflow node versions

* Fix node version typo lol

* Update postcss version in package.json

Co-authored-by: Zachar Hankewycz <[email protected]>

* Update lock file to match package.json

* Edit lint error message to be more detailed

* Update lockfile

* Type fix (caught because of linter, now erorrs)

* Update snapshot

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Filtered out NULL class results. (#216)

* Fix Roberts Name (#219)

* TSX Linting Fix - Remove tsconfig linting file from eslint config (#218)

* Add linting rule to error on raw hex codes

* Add linting exceptions for .tsx files with SVG's

* Add and configure style-lint for erroring on non-variable hex codes

* Refactor forgotten hex codes into color variables

* Add new linting to github workflow

* Remove unused stylelint package, upgrade node version for workflows to work with stylelint

* Better specify github workflow node versions

* Fix node version typo lol

* Update postcss version in package.json

Co-authored-by: Zachar Hankewycz <[email protected]>

* Update lock file to match package.json

* Edit lint error message to be more detailed

* Update lockfile

* Type fix (caught because of linter, now erorrs)

* Update snapshot

* Fix linting for nested tsx files

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Set default dev environment variable (#217)

* Add dev variable in .env.development

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Add null and undefined checking to result in filter (#222)

* Merge to prod 10/24/23 (#223) (#224)

* Null Filter Hotfix

* Update .gitignore (#220)

* Fix Missing Prereqs For (#230)

* Disallow Empty Feedback (#227)

* change feedback component

* add error banner

* update snapshots

* hide error when modal toggled

* add check for only whitespace

* Ap/refactor zindexes (#228)

* Revert "Update .gitignore (#220)"

This reverts commit f935a37.

* refactored zindexes on all frontend style files

* removed reverting of .gitignore

* Update styling docs to talk about Z-indexes (#231)

* Update styling docs to talk about Z-indexes

* Heading typo

* Pp/robert findings visual 10/4/23 bugs (#232)

* Side edge of section table doesn’t touch edge of parent (when logged in with #)

* fix: Frame isn’t centered on larger screen sizes (large right margin)

* fix: Navbar has different padding R to L

* fix: Corner radii is different between elements

* fix: Chevrons are uncentered with uncollapsed

Still need to discuss updating the chevron flow but this works for now

* searchbar button overlay the container's border

* standardized toggle styling

- still want to address the _NotifCheckBox styling sheet as it seems like we are moving away from it.

* Bug: Align filter bar with class cards fix

* bug: notifications sign up modal has no background transparency

* updated snapshot test

* fix linting issue

* update test

---------

Co-authored-by: Zachar Hankewycz <[email protected]>
Co-authored-by: ananyaspatil <[email protected]>
Co-authored-by: Jason Cheung <[email protected]>
Co-authored-by: Luke Taylor <[email protected]>
Co-authored-by: Sebastian Wittrock <[email protected]>
Co-authored-by: Pranav Phadke <[email protected]>

---------

Co-authored-by: Lucas Dunker <[email protected]>
Co-authored-by: Zachar Hankewycz <[email protected]>
Co-authored-by: ananyaspatil <[email protected]>
Co-authored-by: Jason Cheung <[email protected]>
Co-authored-by: Luke Taylor <[email protected]>
Co-authored-by: Pranav Phadke <[email protected]>
sebwittr added a commit that referenced this pull request Feb 4, 2024
* Upgrade node versions in github workflows to match project node version (#213)

* Upgrade node versions in github workflows to match project node version

* Restrict node version in package.json

* Tweak node engine version to debug vercel deployment

* Maybe matching with CCA node engine version will work?

* Limiting versions to only 14?

* Upgrade Node to Version 18 + Next to Version 12, React to Version 17.0.2 (#215)

* Upgrade node versions in github workflows to match project node version

* Restrict node version in package.json

* Tweak node engine version to debug vercel deployment

* Maybe matching with CCA node engine version will work?

* Limiting versions to only 14?

* Messed around with installations and upgrades until it works)

* UPdate GitHub workflows to match version

* Upgrade Node version to 18.17.1

* Remove minor + patch version from deployment

* Remove minot + patch version from package.json

* Update tests

* Update Description for Fall 2023 Team (#214)

* Add linting rules to error on non-variable color codes  (#212)

* Add linting rule to error on raw hex codes

* Add linting exceptions for .tsx files with SVG's

* Add and configure style-lint for erroring on non-variable hex codes

* Refactor forgotten hex codes into color variables

* Add new linting to github workflow

* Remove unused stylelint package, upgrade node version for workflows to work with stylelint

* Better specify github workflow node versions

* Fix node version typo lol

* Update postcss version in package.json

Co-authored-by: Zachar Hankewycz <[email protected]>

* Update lock file to match package.json

* Edit lint error message to be more detailed

* Update lockfile

* Type fix (caught because of linter, now erorrs)

* Update snapshot

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Filtered out NULL class results. (#216)

* Fix Roberts Name (#219)

* TSX Linting Fix - Remove tsconfig linting file from eslint config (#218)

* Add linting rule to error on raw hex codes

* Add linting exceptions for .tsx files with SVG's

* Add and configure style-lint for erroring on non-variable hex codes

* Refactor forgotten hex codes into color variables

* Add new linting to github workflow

* Remove unused stylelint package, upgrade node version for workflows to work with stylelint

* Better specify github workflow node versions

* Fix node version typo lol

* Update postcss version in package.json

Co-authored-by: Zachar Hankewycz <[email protected]>

* Update lock file to match package.json

* Edit lint error message to be more detailed

* Update lockfile

* Type fix (caught because of linter, now erorrs)

* Update snapshot

* Fix linting for nested tsx files

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Set default dev environment variable (#217)

* Add dev variable in .env.development

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Add null and undefined checking to result in filter (#222)

* Merge to prod 10/24/23 (#223) (#224)

* Null Filter Hotfix

* Update .gitignore (#220)

* Fix Missing Prereqs For (#230)

* Disallow Empty Feedback (#227)

* change feedback component

* add error banner

* update snapshots

* hide error when modal toggled

* add check for only whitespace

* Ap/refactor zindexes (#228)

* Revert "Update .gitignore (#220)"

This reverts commit f935a37.

* refactored zindexes on all frontend style files

* removed reverting of .gitignore

* Update styling docs to talk about Z-indexes (#231)

* Update styling docs to talk about Z-indexes

* Heading typo

* Pp/robert findings visual 10/4/23 bugs (#232)

* Side edge of section table doesn’t touch edge of parent (when logged in with #)

* fix: Frame isn’t centered on larger screen sizes (large right margin)

* fix: Navbar has different padding R to L

* fix: Corner radii is different between elements

* fix: Chevrons are uncentered with uncollapsed

Still need to discuss updating the chevron flow but this works for now

* searchbar button overlay the container's border

* standardized toggle styling

- still want to address the _NotifCheckBox styling sheet as it seems like we are moving away from it.

* Bug: Align filter bar with class cards fix

* bug: notifications sign up modal has no background transparency

* updated snapshot test

* fix linting issue

* update test

* Decreased margin-top to avoid text overlap with husky logo on mobile display (#234)

* Remove Z-index for boston container, minor formatting

* temp employee filtering (#240)

* Update _Home.scss (#242)

* Prod (#244)

* Merge to prod 10/24/23 (#223)

* Null Filter Hotfix

* Merge master into prod (Weird rebasing) (#225)

Rebasing Fix

* Prod Merge : 11-28-23 (#233)

* Upgrade node versions in github workflows to match project node version (#213)

* Upgrade node versions in github workflows to match project node version

* Restrict node version in package.json

* Tweak node engine version to debug vercel deployment

* Maybe matching with CCA node engine version will work?

* Limiting versions to only 14?

* Upgrade Node to Version 18 + Next to Version 12, React to Version 17.0.2 (#215)

* Upgrade node versions in github workflows to match project node version

* Restrict node version in package.json

* Tweak node engine version to debug vercel deployment

* Maybe matching with CCA node engine version will work?

* Limiting versions to only 14?

* Messed around with installations and upgrades until it works)

* UPdate GitHub workflows to match version

* Upgrade Node version to 18.17.1

* Remove minor + patch version from deployment

* Remove minot + patch version from package.json

* Update tests

* Update Description for Fall 2023 Team (#214)

* Add linting rules to error on non-variable color codes  (#212)

* Add linting rule to error on raw hex codes

* Add linting exceptions for .tsx files with SVG's

* Add and configure style-lint for erroring on non-variable hex codes

* Refactor forgotten hex codes into color variables

* Add new linting to github workflow

* Remove unused stylelint package, upgrade node version for workflows to work with stylelint

* Better specify github workflow node versions

* Fix node version typo lol

* Update postcss version in package.json

Co-authored-by: Zachar Hankewycz <[email protected]>

* Update lock file to match package.json

* Edit lint error message to be more detailed

* Update lockfile

* Type fix (caught because of linter, now erorrs)

* Update snapshot

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Filtered out NULL class results. (#216)

* Fix Roberts Name (#219)

* TSX Linting Fix - Remove tsconfig linting file from eslint config (#218)

* Add linting rule to error on raw hex codes

* Add linting exceptions for .tsx files with SVG's

* Add and configure style-lint for erroring on non-variable hex codes

* Refactor forgotten hex codes into color variables

* Add new linting to github workflow

* Remove unused stylelint package, upgrade node version for workflows to work with stylelint

* Better specify github workflow node versions

* Fix node version typo lol

* Update postcss version in package.json

Co-authored-by: Zachar Hankewycz <[email protected]>

* Update lock file to match package.json

* Edit lint error message to be more detailed

* Update lockfile

* Type fix (caught because of linter, now erorrs)

* Update snapshot

* Fix linting for nested tsx files

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Set default dev environment variable (#217)

* Add dev variable in .env.development

---------

Co-authored-by: Zachar Hankewycz <[email protected]>

* Add null and undefined checking to result in filter (#222)

* Merge to prod 10/24/23 (#223) (#224)

* Null Filter Hotfix

* Update .gitignore (#220)

* Fix Missing Prereqs For (#230)

* Disallow Empty Feedback (#227)

* change feedback component

* add error banner

* update snapshots

* hide error when modal toggled

* add check for only whitespace

* Ap/refactor zindexes (#228)

* Revert "Update .gitignore (#220)"

This reverts commit f935a37.

* refactored zindexes on all frontend style files

* removed reverting of .gitignore

* Update styling docs to talk about Z-indexes (#231)

* Update styling docs to talk about Z-indexes

* Heading typo

* Pp/robert findings visual 10/4/23 bugs (#232)

* Side edge of section table doesn’t touch edge of parent (when logged in with #)

* fix: Frame isn’t centered on larger screen sizes (large right margin)

* fix: Navbar has different padding R to L

* fix: Corner radii is different between elements

* fix: Chevrons are uncentered with uncollapsed

Still need to discuss updating the chevron flow but this works for now

* searchbar button overlay the container's border

* standardized toggle styling

- still want to address the _NotifCheckBox styling sheet as it seems like we are moving away from it.

* Bug: Align filter bar with class cards fix

* bug: notifications sign up modal has no background transparency

* updated snapshot test

* fix linting issue

* update test

---------

Co-authored-by: Zachar Hankewycz <[email protected]>
Co-authored-by: ananyaspatil <[email protected]>
Co-authored-by: Jason Cheung <[email protected]>
Co-authored-by: Luke Taylor <[email protected]>
Co-authored-by: Sebastian Wittrock <[email protected]>
Co-authored-by: Pranav Phadke <[email protected]>

---------

Co-authored-by: Lucas Dunker <[email protected]>
Co-authored-by: Zachar Hankewycz <[email protected]>
Co-authored-by: ananyaspatil <[email protected]>
Co-authored-by: Jason Cheung <[email protected]>
Co-authored-by: Luke Taylor <[email protected]>
Co-authored-by: Pranav Phadke <[email protected]>

* Pp/sync master to prod (#245)

* Update _Home.scss

* Update _Home.scss

* remove boston zindex (#247)

* Update team member list on readme.md (#237)

* Update readme.md Spring 2024

* fix applied filters overflow behavior on desktop (#239)

* make applied filters stack on desktop; change mobile/desktop behavior cutoff

* fix vscode dumb formatting

---------

Co-authored-by: Lucas Dunker <[email protected]>
Co-authored-by: Zachar Hankewycz <[email protected]>
Co-authored-by: ananyaspatil <[email protected]>
Co-authored-by: Jason Cheung <[email protected]>
Co-authored-by: Luke Taylor <[email protected]>
Co-authored-by: Pranav Phadke <[email protected]>
Co-authored-by: Sam Lyon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants