Expunge sensitive hostnames and IPs
[logging-analytics.git] / .gitignore
1 # Maven
2 target/
3 build/
4
5 # Vagrant
6 .vagrant
7
8 # IntelliJ
9 .idea/
10 *.iml
11
12 # Eclipse
13 .project
14 .classpath
15 .settings
16
17 # Python
18 .tox/
19 __pycache__/
20 *.pyc
21 .pytest_cache/
22
23 npm-debug.log
24 node_modules/
25 node_install/
26 test_output/
27 test-output/
28 dist/
29 venv/