Skip to content

Commit cae2830

Browse files
committed
feat: add .gitignore file to exclude specific project directories and files
- Created a .gitignore file to prevent tracking of tasks, backup, history, legacy directories, and project configuration files. - This addition helps maintain a cleaner repository by excluding unnecessary files from version control.
1 parent 197d8ec commit cae2830

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.wave/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tasks/
2+
backup/
3+
history/
4+
legacy/
5+
project.json
6+
current-task.json

0 commit comments

Comments
 (0)