Skip to content

Commit 4f6974d

Browse files
added stow
1 parent acbff5e commit 4f6974d

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ learnings/
3030

3131
# Environment (secrets)
3232
.env
33+
34+
# Stow directory (managed separately)
35+
.stow/

.stow-README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Private Configuration Repository
2+
3+
This repository contains sensitive configuration files that should not be in the main repository.
4+
5+
## Files Tracked
6+
7+
- `.env.local` - Local environment variables
8+
- `secrets/` - Application secrets
9+
- `config/` - Private configuration files
10+
- `.keys/` - API keys and certificates
11+
12+
## Usage
13+
14+
This is managed as a bare repository. Use the stow command to interact with it:
15+
16+
```bash
17+
stow status
18+
stow add <file>
19+
stow push
20+
```

0 commit comments

Comments
 (0)