feat: init
This commit is contained in:
19
openspec/changes/create-gitignore-file/tasks.md
Normal file
19
openspec/changes/create-gitignore-file/tasks.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## 1. Create .gitignore File
|
||||
|
||||
- [x] 1.1 Create a `.gitignore` file in the project root (`/home/filip/docker-backend-display/.gitignore`).
|
||||
- [x] 1.2 Add patterns to ignore Node.js dependency directories and related build artifacts:
|
||||
- `node_modules/`
|
||||
- `npm-debug.log`
|
||||
- `build/`
|
||||
- `dist/`
|
||||
- [x] 1.3 Add patterns to ignore OS and IDE specific files:
|
||||
- `.DS_Store`
|
||||
- `Thumbs.db`
|
||||
- `.vscode/`
|
||||
- `.idea/`
|
||||
- `*.swp`
|
||||
- [x] 1.4 Add patterns to ignore project-specific build artifacts and logs:
|
||||
- `frontend/build/`
|
||||
- `backend/build/`
|
||||
- `*.log`
|
||||
- `.env`
|
||||
Reference in New Issue
Block a user