Commit Graph

11 Commits

Author SHA1 Message Date
David Ibia
0a001a0cce chore(gitignore): add opencode plugin node_modules and package-lock.json to gitignore, create .withcontextconfig.jsonc file with Diátaxis framework and dotfiles best practices configuration. 2025-11-10 03:15:19 +01:00
David Ibia
6e6d47eb22 chore(gitignore): add AGENTS.md to .gitignore to exclude it from version control 2025-11-09 14:22:27 +01:00
David Ibia
9135f312b0 chore(gitignore): add .withcontextignore to gitignore file 2025-11-09 14:21:40 +01:00
David Ibia
7a42d4ec9b chore(gitignore): add .envrc to gitignore file 2025-11-09 14:16:25 +01:00
David Ibia
bfa8d8cfb5 chore: add .opencommit backup files to .gitignore 2025-03-31 10:50:29 +01:00
David Ibia
2fad244e0a chore(gitignore): add .opencommit file to .gitignore to exclude it from version control
chore(opencommit): remove .opencommit file as it is no longer needed for the project
2025-03-08 23:51:26 +01:00
David Ibia
b8708cc3c5 chore(gitignore): add .config/openai/setup.sh and .env files to gitignore to exclude them from version control 2025-03-08 16:19:20 +01:00
David Ibia
3bcbd151c1 chore(gitignore): add .config/wezterm/colorscheme to gitignore file 2024-07-29 00:58:19 +01:00
David Ibia
d8c81c5a9a chore(gitignore): remove unnecessary comments and reformat gitignore file for clarity 2024-04-29 01:56:28 +01:00
David Ibia
044695bc61 chore(.gitignore): add README.md to the list of tracked files to include it in the repository 2024-01-15 16:33:19 +01:00
David Ibia
aa8b471062 chore: add .gitignore file to project
The .gitignore file is added to the project to specify which files and directories should be ignored by Git. This helps to prevent unnecessary files from being tracked and committed to the repository. The .gitignore file includes a rule to ignore everything except for the .gitignore file itself and the .tmux.conf file.
2024-01-15 16:25:42 +01:00