Skip to content

Commit f599f0c

Browse files
cbickelmarkusthoemmes
authored andcommitted
Add ability to add own environments without polluting git
1 parent b99e574 commit f599f0c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ default.props
1010
results
1111
*.retry
1212

13+
# Environments
14+
/ansible/environments/*
15+
!/ansible/environments/distributed
16+
!/ansible/environments/docker-machine
17+
!/ansible/environments/local
18+
!/ansible/environments/mac
19+
1320
# Eclipse
1421
bin/
1522
**/.project

0 commit comments

Comments
 (0)