Skip to content

Commit

Permalink
adds .gitignore and removes /target
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Jan 8, 2017
1 parent ed55432 commit 485f01e
Show file tree
Hide file tree
Showing 30 changed files with 48 additions and 558 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Eclipse

.project

.classpath

.settings/



# IntelliJ

*.iml

*.ipr

*.iws

.idea

.settings



# Maven

target/



#Gradle

.gradle



# TestNG

test-output/




*.log

#linux te files
*~
2 changes: 1 addition & 1 deletion admin-layout.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
Expand Down
Binary file removed target/admin-template-0.1-SNAPSHOT.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions target/classes/META-INF/beans.xml

This file was deleted.

11 changes: 0 additions & 11 deletions target/classes/META-INF/faces-config.xml

This file was deleted.

23 changes: 0 additions & 23 deletions target/classes/META-INF/resources/404.xhtml

This file was deleted.

200 changes: 0 additions & 200 deletions target/classes/META-INF/resources/admin.xhtml

This file was deleted.

Loading

0 comments on commit 485f01e

Please sign in to comment.