diff options
author | 2024-04-03 11:33:44 +0330 | |
---|---|---|
committer | 2024-04-03 09:03:44 +0100 | |
commit | 8db630c3b4ae972105e263c6a4f17fba7c03ec32 (patch) | |
tree | e44b00791a8883e70dc0887ed55b678437dc960d /examples/framework-svelte | |
parent | 6599b93f0d80547eaada84b15cbd67dd9fcd0783 (diff) | |
download | astro-8db630c3b4ae972105e263c6a4f17fba7c03ec32.tar.gz astro-8db630c3b4ae972105e263c6a4f17fba7c03ec32.tar.zst astro-8db630c3b4ae972105e263c6a4f17fba7c03ec32.zip |
Add .idea folder to .gitignore files of the examples (#10602)
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/framework-svelte/.gitignore b/examples/framework-svelte/.gitignore index 6240da8b1..16d54bb13 100644 --- a/examples/framework-svelte/.gitignore +++ b/examples/framework-svelte/.gitignore @@ -19,3 +19,6 @@ pnpm-debug.log* # macOS-specific files .DS_Store + +# jetbrains setting folder +.idea/ |