novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
184 stars 42 forks source link

Finally add kdevelop to the gitignore #568

Closed FiniteReality closed 1 year ago

FiniteReality commented 1 year ago

Ruby's been telling me to do this for a while, maybe I should actually get around to doing it :)

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? Makes my git status shut up about the .kdev files my IDE creates.

Is there an open issue that this resolves? If so, please link it here. Nope.

What is the current behavior?

$ git status
On branch main
Your branch is ahead of 'origin/main' by 1039 commits.
  (use "git push" to publish your local commits)

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        .kdev4/
        NovelRT.kdev4

nothing added to commit but untracked files present (use "git add" to track)

What is the new behavior (if this is a feature change)?

$ git status
On branch feature/kdevelop-gitignore
Your branch is up to date with 'origin/feature/kdevelop-gitignore'.

nothing to commit, working tree clean

Does this PR introduce a breaking change? If you were expecting to commit editor files that you shouldn't be committing anyway, yes :stuck_out_tongue:

Other information: N/A

FiniteReality commented 1 year ago

In retrospect I should've told CI to skip.