Skip to content

Commit 433cfae

Browse files
committed
v-0.6: ignorePatterns, size optimizations
1 parent d439ecb commit 433cfae

9 files changed

Lines changed: 125 additions & 1915 deletions

File tree

.vscode-test.mjs

Lines changed: 0 additions & 5 deletions
This file was deleted.

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ vsc-extension-quickstart.md
1212
**/*.map
1313
**/*.ts
1414
**/.vscode-test.*
15-
assets/*.gif
15+
assets/*
16+
!assets/icon.webp

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
- v0.3 Added Major Support `Create Folder Structure`
66
- v0.4 Added Feature `Copy File Name`
77
- v0.5 Changed `Plain Text`
8-
- (New) GitIngest Format
9-
- (New) Example Preview
8+
- GitIngest Format
9+
- Example Preview
1010
- Updated Preview Mode
11+
- v0.6 Added ignorePatterns in vscode settings
1112

1213
## [Unreleased]

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<img src="./assets/banner.webp" alt="Folder Structure Pro" style="width: 100%; height: 250px; border: 4px solid rgba(255, 255, 255, 0.9); border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
22

3+
<p align="center">
4+
<a href="https://marketplace.visualstudio.com/items?itemName=iamshreydxv.copy-folder-structure?cacheSeconds=3600">
5+
<img src="https://img.shields.io/visual-studio-marketplace/v/iamshreydxv.copy-folder-structure?cacheSeconds=3600" alt="Marketplace Version"/>
6+
</a>
7+
<a href="https://img.shields.io/visual-studio-marketplace/d/iamshreydxv.copy-folder-structure?cacheSeconds=3600">
8+
<img src="https://img.shields.io/visual-studio-marketplace/d/iamshreydxv.copy-folder-structure?cacheSeconds=3600" alt="Downloads"/>
9+
</a>
10+
<a href="https://marketplace.visualstudio.com/items?itemName=iamshreydxv.copy-folder-structure?cacheSeconds=3600">
11+
<img src="https://img.shields.io/visual-studio-marketplace/r/iamshreydxv.copy-folder-structure?cacheSeconds=3600" alt="Ratings"/>
12+
</a>
13+
</p>
14+
315
## Table of Contents
416
- [✨ Features](#features)
517
- [🚀 Quick Start](#quick-start)
@@ -81,6 +93,8 @@
8193
- **outputFormat**: Choose between:
8294
- `JSON Format`
8395
- `Plain Text Format`
96+
- **ignorePatterns**:
97+
- Add the folders you usually ignore here
8498
- Modify this setting in **Settings** (`Ctrl+,`) under `folderStructure`.
8599

86100
## Preview:

0 commit comments

Comments
 (0)