diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-13 15:33:05 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-13 15:36:24 +0200 |
| commit | 9d09d66a273f68fae7efb71504bf40c664b91983 (patch) | |
| tree | 41a46c52a01338bf22d5f3ebdf0bb27dc3d33cc1 /.gitignore | |
feature(main): init
feature(main): init
feature(main): init
feature(main): init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05a7b85 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | idea/ | ||
| 2 | idea | ||
| 3 | idea/* | ||
| 4 | .idea | ||
| 5 | /build | ||
| 6 | /notes.txt | ||
| 7 | /test | ||
| 8 | /tags | ||
| 9 | /helper.sh | ||
| 10 | /tests | ||
| 11 | /tags | ||
| 12 | /.cache/clangd/index | ||
