git: add global gitignore file

feature/symbol-search
bretello 2021-01-09 21:28:21 +01:00
parent 6b97913926
commit 6c90122583
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 16 additions and 0 deletions

View File

@ -86,6 +86,15 @@
scope: global
when: config_value is not defined
- name: git global .gitignore
copy:
src: ../../gitignore
dest: ~/.gitignore
owner: root
group: root
mode: '0600'
backup: yes
- name: annoyances
shell: |
## Fix scrolling in byobu

7
gitignore 100644
View File

@ -0,0 +1,7 @@
.venv
tags
node_modules
target
build
dist