mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 03:59:41 +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/**
|
docs/research/data/**
|
||||||
static/
|
static/
|
||||||
|
public/
|
||||||
credentials*
|
credentials*
|
||||||
|
|
||||||
### The usual garbage files ###
|
### The usual garbage files ###
|
||||||
|
@ -148,3 +149,9 @@ cython_debug/
|
||||||
|
|
||||||
# Node
|
# Node
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# Mac
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*.swp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue