snappymail/.gitignore
Zaffke ef5231decd Modified the postfixadmin-change-password plugin to give users these additional options for MySQL:
* Specify the table name
* Specify the column name for user names
* Specify the column name for the passwords
2015-08-13 15:46:38 -05:00

20 lines
390 B
Plaintext

/.idea
/api.php
/error.log
/nbproject
/npm-debug.log
/rainloop.sublime-project
/rainloop.sublime-workspace
/rainloop/v/0.0.0/static/fonts/*
!/rainloop/v/0.0.0/static/fonts/.gitempty
/rainloop/v/0.0.0/static/svg/*
!/rainloop/v/0.0.0/static/svg/.gitempty
/rainloop/v/0.0.0/static/css/*.css
/rainloop/v/0.0.0/static/js/**/*.js
/node_modules
/build/local
/build/dist
/build/tmp
/data
.DS_Store