Files
identcasing/.gitignore
Jonathan Bernard 663ad994eb Implement generic identifier casing conventions.
AI-Assisted: yes
AI-Tool: OpenAI Codex / gpt-5.4 xhigh
2026-04-11 09:25:16 -05:00

14 lines
178 B
Plaintext

# ---> Vim
.*sw?
*.un~
Session.vim
.netrwhist
*~
# ---> Test binaries (exclude everything in the test directories except nim
# source files)
/tests/*
!/tests/*.nim
.codex