mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Update .gitignore file
When a release repo is first created by combining the public and the internal repos, we need to make sure to include files that are currently excluded in the public repo's .gitignore but have been tracked before the exclusion rules are added (because the rules do not apply retroactively: if a file is already tracked by git, even if it later matches a rule in .gitignore, it will not be excluded). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=244916005
This commit is contained in:
parent
1e58ef4efa
commit
37c5139629
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -12,6 +12,7 @@
|
|||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
!/third_party/**/*.jar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
@ -86,6 +87,6 @@ autogenerated/
|
|||
/gradle/.gradle
|
||||
/gradle/**/WEB-INF
|
||||
/gradle/**/build
|
||||
/gradle/node_modules/
|
||||
/gradle/node_modules/**
|
||||
!/gradle/node_modules/soyutils_usegoog.js
|
||||
/repos/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue