Initial commit of the plugin.
[danixland-gravatar.git] / .gitignore
1 # Logs
2 logs
3 *.log
4 npm-debug.log*
5 yarn-debug.log*
6 yarn-error.log*
7
8 # Coverage directory used by tools like istanbul
9 coverage
10
11 # Compiled binary addons (https://nodejs.org/api/addons.html)
12 build/Release
13
14 # Dependency directories
15 node_modules/
16
17 # Optional npm cache directory
18 .npm
19
20 # Optional eslint cache
21 .eslintcache
22
23 # Output of 'npm pack'
24 *.tgz
25
26 # dotenv environment variables file
27 .env