Skip to content

Commit c7e9420

Browse files
committed
Introduce _enabled-commands directory
1 parent 61a4266 commit c7e9420

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_enabled-commands/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore directory contents
2+
*
3+
# Except for
4+
!.gitignore
5+
!README.md

_enabled-commands/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# How to use this directory
2+
3+
Grab script files you want to use from the repository and paste it here (rather than pointing directly to other repo folders). By doing this, you will avoid new unexpected scripts creeping in Raycast as community adds more. You also protect yourself from any potential folder renamings. All content in this directory will be ignored by git.

0 commit comments

Comments
 (0)