Skip to content

Commit

Permalink
trivial: add .cursor to gitignore (#1993)
Browse files Browse the repository at this point in the history
<!--- Provide a general summary of your changes in the Title above -->

## Description

<!--- Describe your changes in detail -->

Used for Cursor-related configuration like cursor rules:
`.cursor/rules/example.mdc`

https://docs.cursor.com/context/rules-for-ai

## Related Issue(s)

- #N/A

## Verification

- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)

## Documentation

- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
  • Loading branch information
arealmaas authored Mar 3, 2025
1 parent 88925c1 commit 296b0dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,6 @@ FodyWeavers.xsd
**/.serviceowners-with-tokens.csv

**/http-client.private.env.json

# Cursor IDE related files
.cursor

0 comments on commit 296b0dd

Please sign in to comment.