kych

OAuth 2.0 API for Swiyu to enable Taler integration of Swiyu for KYC (experimental)
Log | Files | Refs | README | LICENSE

.gitignore (432B)


      1 .DS_Store
      2 
      3 target/
      4 !.mvn/wrapper/maven-wrapper.jar
      5 !**/src/main/**/target/
      6 !**/src/test/**/target/
      7 
      8 ### IntelliJ IDEA ###
      9 .idea
     10 *.iws
     11 *.iml
     12 *.ipr
     13 
     14 ### VS Code ###
     15 .vscode/
     16 /codeql/
     17 /swiyu-verifier-codeql-db/
     18 
     19 # Version stamp written by scripts/get_version.sh
     20 .version
     21 
     22 # Debian build artifacts
     23 debian/cargo/
     24 debian/man/
     25 debian/kych/
     26 debian/files
     27 debian/*.substvars
     28 debian/*.debhelper
     29 debian/debhelper-build-stamp
     30 debian/.debhelper/