- Add README with project description - Create directory structure (worldbuilding, characters, plots, chapters, notes) - Add .gitignore for writing projects - Configure remote origin for Gitea Repository ready for work. Remote push pending Gitea repo creation.
21 lines
214 B
Plaintext
21 lines
214 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
~*
|
|
|
|
# Private notes (si vous voulez garder certaines notes privées)
|
|
private/
|
|
drafts/backup/
|