Skip to content

Commit

Permalink
chore: add .editor/ to .gitignore (#43)
Browse files Browse the repository at this point in the history
closes: WORLD-1042

# Overview
add `.editor/` to .gitignore as this isn't required to be tracked in git, similar to `node_modules`.

# Testing and Vefifying
Manual verification
  • Loading branch information
rmrt1n authored Apr 5, 2024
1 parent 9dcf4e4 commit 49ec45a
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 @@ -117,3 +117,6 @@ $RECYCLE.BIN/
# Node
/.jsclient/node_modules
yarn-error.log

# cardinal editor dir
.editor

0 comments on commit 49ec45a

Please sign in to comment.