Misc
create-> touch fileName
remove -> rm fileName
See config -> cat ~/.gitconfig
Git Staging
New Files -> git add .
Unstage/Delete -> git add -u
| AWAF Assessment: glitched-api | |
| AWAF v1.0 | 2026-03-10 | |
| ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| Overall Score 52 Needs Work | |
| TIER 0: FOUNDATION | |
| Foundation 91 verified PASS | |
| TIER 1: CLOUD WAF ADAPTED |
| [merge] | |
| tool = p4merge | |
| ff = no | |
| [diff] | |
| tool = p4merge | |
| guitool = p4merge | |
| renames = copies | |
| [difftool] | |
| prompt = false | |
| [mergetool] |
Misc
create-> touch fileName
remove -> rm fileName
See config -> cat ~/.gitconfig
Git Staging
New Files -> git add .
Unstage/Delete -> git add -u
| # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) | |
| [Bb]in/ | |
| [Oo]bj/ | |
| # mstest test results | |
| TestResults | |
| ## Ignore Visual Studio temporary files, build results, and | |
| ## files generated by popular Visual Studio add-ons. |