Skip to content

Commit

Permalink
new foodpark project
Browse files Browse the repository at this point in the history
  • Loading branch information
pipibabe committed Feb 15, 2016
0 parents commit 09c4891
Show file tree
Hide file tree
Showing 8,853 changed files with 2,136,590 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
61 changes: 61 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# .gitignore for Grails 1.2 and 1.3

# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse

# default HSQL database files for production mode
/prodDb.*

# general HSQL database files
*Db.properties
*Db.script

# logs
/stacktrace.log
/test/reports
/logs

# project release file
/*.war

# plugin release file
/*.zip

# older plugin install locations
/plugins
/web-app/plugins
/web-app/WEB-INF/classes

# "temporary" build files
/target

# other
*.iws




/build

.DS_Store
web-app/development
web-app/index.html
web-app/app.js
web-app/app.json
web-app/config.rb
web-app/foodprint-all.scss
web-app/resources
web-app/.sass-cache
web-app/touch
web-app/reportFiles/

.idea
foodprint-grailsPlugins.iml
foodprint.iml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# foodpark
6 changes: 6 additions & 0 deletions application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Grails Metadata file
#Mon Feb 15 17:39:12 CST 2016
app.grails.version=2.4.5
app.name=foodpark
app.servlet.version=2.5
app.version=0.1
8 changes: 8 additions & 0 deletions extjs-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/build
.architect
.sencha_backup
/.gradle
/extjs
bootstrap.js
bootstrap.css
bootstrap.json
Loading

0 comments on commit 09c4891

Please sign in to comment.