Compare commits
No commits in common. "0b7b0d04980859f109756cdbf2f0e8c155de2a6e" and "8cbf72ea11e14e22ab4e1de951bb30021b36a5e1" have entirely different histories.
0b7b0d0498
...
8cbf72ea11
|
|
@ -1,27 +0,0 @@
|
||||||
# Git
|
|
||||||
.git
|
|
||||||
.gitignore
|
|
||||||
|
|
||||||
# Development
|
|
||||||
node_modules
|
|
||||||
.next
|
|
||||||
.cache
|
|
||||||
|
|
||||||
# Documentation
|
|
||||||
README.md
|
|
||||||
CLAUDE.md
|
|
||||||
*.md
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
# OS
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Environment (keep .env.example)
|
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
.env*.local
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
project_name: "post-app-website-new"
|
|
||||||
default_status: "To Do"
|
|
||||||
statuses: ["To Do", "In Progress", "Done"]
|
|
||||||
labels: []
|
|
||||||
milestones: []
|
|
||||||
date_format: yyyy-mm-dd
|
|
||||||
max_column_width: 20
|
|
||||||
auto_open_browser: true
|
|
||||||
default_port: 6420
|
|
||||||
remote_operations: true
|
|
||||||
auto_commit: false
|
|
||||||
zero_padded_ids: 3
|
|
||||||
bypass_git_hooks: false
|
|
||||||
check_active_branches: true
|
|
||||||
active_branch_days: 60
|
|
||||||
Loading…
Reference in New Issue