Skip to content

Commit f2ef92d

Browse files
committed
Add .vscode and .idea to .gitignore
In this commit, two items have been added to the .gitignore file: .vscode and .idea. This was done to prevent the settings and configurations associated with Visual Studio Code and IntelliJ IDEA from being tracked or versioned by Git. This is normally done to ensure that each individual's settings remain personal. Additionally, the redundant directory src/directus was removed from .gitignore.
1 parent ddc21dd commit f2ef92d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.DS_Store
2+
.vscode
3+
.idea
24
node_modules
35
dist
4-
src/directus
6+

0 commit comments

Comments
 (0)