mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
Add mac and vim files to gitignore
This commit is contained in:
parent
d88fa8fb3e
commit
a3110dcfca
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
|
||||
docs/research/data/**
|
||||
static/
|
||||
public/
|
||||
credentials*
|
||||
|
||||
### The usual garbage files ###
|
||||
|
@ -148,3 +149,9 @@ cython_debug/
|
|||
|
||||
# Node
|
||||
node_modules
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
|
||||
# Vim
|
||||
*.swp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue