gnu-taler-payment-for-woocommerce

WooCommerce plugin to enable payments with GNU Taler
Log | Files | Refs | LICENSE

.gitignore (460B)


      1 **~
      2 
      3 # Editors
      4 project.xml
      5 project.properties
      6 /nbproject/private/
      7 .buildpath
      8 .project
      9 .settings*
     10 sftp-config.json
     11 .idea
     12 ._*
     13 
     14 # Grunt
     15 /node_modules/
     16 /deploy/
     17 package-lock.json
     18 
     19 # Composer
     20 /vendor/
     21 composer.lock
     22 
     23 # Sass
     24 .sass-cache/
     25 
     26 # OS X metadata
     27 .DS_Store
     28 
     29 # Windows junk
     30 Thumbs.db
     31 
     32 # ApiGen
     33 /wc-apidocs/
     34 
     35 # Tests (Unit and E2E)
     36 /tmp
     37 /tests/coverage/
     38 /tests/_output/*
     39 !/tests/_output/.gitkeep
     40 
     41 # Logs
     42 /logs
     43 
     44 # Build assets.
     45 select2.scss
     46 /assets/
     47 /languages/