1
0
mirror of https://github.com/google/nomulus synced 2026-03-27 12:55:28 +00:00

Do not track IntelliJ files in SCM

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=247012595
This commit is contained in:
jianglai
2019-05-07 07:02:21 -07:00
parent bdc41edd34
commit ce7456ea66
2 changed files with 2 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ gradle/**/build/**
gradle/**/WEB-INF/**
gradle/.*/**
repos/**
**/.idea/**

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
/bazel-*
**/.idea/**
######################################################################
# Java Ignores