diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-13 23:20:17 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-13 23:20:17 -0700 |
| commit | e1c4f7ac903df58ae5f63c6f837af9f97426f5ad (patch) | |
| tree | f168f64c1b80d1889d00d2d9f5571ba720c403b0 /.gitignore | |
| parent | f7ad0dcaf179c8c10d8ba9353f6a00acde33f574 (diff) | |
add Java captcha data updater script
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 41 |
1 files changed, 40 insertions, 1 deletions
@@ -158,4 +158,43 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.vercel
\ No newline at end of file +.vercel +.idea +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store |
