Implement generic identifier casing conventions.
AI-Assisted: yes AI-Tool: OpenAI Codex / gpt-5.4 xhigh
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# ---> Vim
|
||||
.*sw?
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
||||
*~
|
||||
|
||||
# ---> Test binaries (exclude everything in the test directories except nim
|
||||
# source files)
|
||||
/tests/*
|
||||
!/tests/*.nim
|
||||
|
||||
.codex
|
||||
Reference in New Issue
Block a user