Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ buildNumber.properties
.mvn/wrapper/maven-wrapper.jar

.idea/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
4 changes: 4 additions & 0 deletions imperator-content-entity/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ buildNumber.properties
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar

### IntelliJ IDEA ###
*.iws
*.iml
*.ipr
24 changes: 0 additions & 24 deletions imperator-content-entity/imperator-content-entity.iml

This file was deleted.

12 changes: 0 additions & 12 deletions imperator-content.iml

This file was deleted.

4 changes: 4 additions & 0 deletions imperator-contents/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ buildNumber.properties
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar

### IntelliJ IDEA ###
*.iws
*.iml
*.ipr
Loading