Skip to content

Commit ed193be

Browse files
Normalize gitignore across projects
1 parent 379711f commit ed193be

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.var/
2+
.vscode/
3+
vendor/
14
composer.lock
25
**/*.hhast.parser-cache
3-
vendor/

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,13 @@
1010
"hhvm/hhvm-autoload": "^3.2",
1111
"hhvm/hhast": "^4.64",
1212
"hhvm/hacktest": "^2.2"
13+
},
14+
"scripts": {
15+
"post-install-cmd": [
16+
"rm vendor/autoload.php vendor/composer/*.php"
17+
],
18+
"post-update-cmd": [
19+
"rm vendor/autoload.php vendor/composer/*.php"
20+
]
1321
}
1422
}

0 commit comments

Comments
 (0)