File tree Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 1
- # OS specific temporary files
2
- .DS_Store *
3
- ehthumbs.db
4
- Thumbs.db
1
+ # Ignore directories generated by Composer
2
+ vendor
3
+ web /core
4
+ web /modules /contrib
5
+ web /themes /contrib
6
+ web /profiles /contrib
5
7
6
- # IDEs
7
- .buildpath
8
- .idea
9
- .project
10
- .settings
11
- * .esproj
12
- * .komodoproject
13
- * .komodotools
14
- nbproject
8
+ # Ignore Drupal's file directory
9
+ web /sites /default /files
15
10
16
- # Tools
17
- .svn
18
- .sass-cache
11
+ # Ignore files generated by PhpStorm
12
+ .idea
Original file line number Diff line number Diff line change 18
18
{
19
19
"type" : " composer" ,
20
20
"url" : " http://packagist.drupal-composer.org"
21
- },
22
- {
23
- "type" : " vcs" ,
24
- "url" : " https://github.com/webflo/drush.git"
25
21
}
26
22
],
27
23
"require" : {
28
24
"composer/installers" : " ^1.0.20" ,
29
- "drupal/core" : " 8.0.x-dev " ,
30
- "drush/drush" : " dev-autoload " ,
25
+ "drupal/core" : " 8.0.* " ,
26
+ "drush/drush" : " 7.0.* " ,
31
27
32
28
"drupal/devel" : " 8.1.*@dev" ,
33
29
"drupal/token" : " 8.1.*@dev"
You can’t perform that action at this time.
0 commit comments