forked from ansible/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (42 loc) · 854 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Python: Byte-compiled files
__pycache__/
*.pyc
# Python: Distribution \ packaging
*.egg-info/
# Python: coverage reports
.coverage*
htmlcov/
coverage.xml
# Project directories
/build/
/dist/
# Other
*.swp
*.retry
.idea/
.develop/
.cache/
.pytest_cache/
*.log
galaxy/celerybeat-schedule
known_hosts
provisioning/library/
rpm-build/
node_modules/
nohup.out
provisioning/ec2_inventory
.vagrant
/Vagrantfile
/logs
/var
galaxy.min.css
.DS_Store
ansible-deployment/
yarn-error.log
# NOTE(cutwater): Temporary adding developer environment related files
# to .gitignore, however these files should not be included in project
# .gitignore. All IDE, developer related files (not related to project
# itself) should be included in global ignore file. See `git help config`
# option `core.excludesFile` for more details.
*.sublime-project
*.sublime-workspace