forked from redhat-developer/developers.redhat.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (52 loc) · 1.22 KB
/
.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
48
49
50
51
52
53
54
55
.idea/
*.iml
.bundle
_tmp
.sass-cache
.awestruct
_site
.DS_store
*.sublime-project
*.sublime-workspace
app.css
static_foundation.css
*.swp
*~
links.html
_docker/docker-compose.yml
.project
images/sprites
stylesheets/global.css
stylesheets/foundation/foundation.css
stylesheets/foundation/normalize.css
stylesheets/magula.css
_wraith/shots
_wraith/sitemap_tmp.txt
_docker/searchisko/overlay/searchisko.sql.zip
_docker/searchisko_configure/overlay/searchisko.sql.zip
_docker/searchisko/overlay/searchisko_2.sql.zip
_docker/searchisko_configure/overlay/searchisko_2.sql.zip
_docker/mysql/searchisko_mysql_data.tar.gz
_docker/searchisko/searchisko_es_data.tar.gz
# awestruct overlays
_docker/awestruct/overlay/ssh-key/id*
_docker/awestruct/overlay/ssh-key/known_hosts
# Wes' front end deps for local dev
node_modules/
package.json
gulpfile.js
_gulp/
_docker/awestruct/Gemfile
_docker/awestruct/Gemfile.lock
_cucumber/first_run.json
_cucumber/parallel_cucumber_failures.log
_cucumber/reports/*.html
_cucumber/reports/*.json
_cucumber/reports/*.png
_cucumber/screenshots/*.html
_cucumber/screenshots/*.png
cucumber_failures.log
rerun.txt
_docker/environments/drupal-pull-request/rhd.settings.yml
# Ignore files generated by PhpStorm
_docker/drupal/.idea