mirror of
https://github.com/AmanTahiliani/todo.git
synced 2026-08-07 19:56:18 -04:00
Refactoring the main code
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Binaries
|
||||
todo
|
||||
todo.exe
|
||||
todo-mac
|
||||
todo-linux
|
||||
main
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
|
||||
# Editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Dependency directories
|
||||
vendor/
|
||||
|
||||
# Output files
|
||||
*.out
|
||||
|
||||
# Data files
|
||||
todos.json
|
||||
|
||||
# Test cache
|
||||
*.test
|
||||
Reference in New Issue
Block a user