Skip to content

Commit

Permalink
adding gitignore and composer files
Browse files Browse the repository at this point in the history
  • Loading branch information
fiammybe committed Feb 11, 2016
1 parent 2655074 commit 29a710f
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties

# Created by .ignore support plugin (hsz.mobi)
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "vendor_name/package_name",
"description": "A module to help you jumpstart development of ImpressCMS modules",
"minimum-stability": "beta",
"license": "GPL",
"authors": [
{
"name": "David Janssens (fiammybe)",
"email": "[email protected]"
},
{
"name": "INBOX International Inc.",
"email": "[email protected]"
},
{
"name": "Steve Kenow (skenow)",
"email": "[email protected]"
},
{
"name": "René Sato (sato-san)",
"email": "[email protected]"
},
{
"name": "Steffen Floher (QM-B)"
}
]
}

0 comments on commit 29a710f

Please sign in to comment.