Skip to content

Commit

Permalink
(Better .gitignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed Jun 6, 2017
1 parent 1aab693 commit 01a51fe
Showing 1 changed file with 32 additions and 10 deletions.
42 changes: 32 additions & 10 deletions .gitignore
Expand Up @@ -15,16 +15,38 @@
# specific language governing permissions and limitations
# under the License.

bin/
**/build/
/.out/
/bin/
/.bin/
/target/
/.settings/
/.project
.gradle/
.java-version
build/
freemarker-online.iml
freemarker-online.ipr
freemarker-online.iws
**/.DS_Store

/gradle.properties
/archive/
/META-INF

.classpath
.project
.settings

.idea/
*.iml
*.iws
*.ipr
.idea_modules/
/out/

*.tmp
*.bak
*.swp
*~

.gradle

.DS_Store*
.AppleDouble
.LSOverride

.directory
.Trash*

0 comments on commit 01a51fe

Please sign in to comment.