Add gitignore entry for build/ dir, update playbook and readme. Use current year property. See: #526
16 lines
144 B
Plaintext
16 lines
144 B
Plaintext
target/
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
.springBeans
|
|
.DS_Store
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
/.idea/
|
|
node_modules
|
|
node
|
|
package.json
|
|
package-lock.json
|
|
build/
|