Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Apemb committed Apr 7, 2017
0 parents commit 9838096
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'

# rubymine files
*.idea

*.rbc
capybara-*.html
.rspec

/public/system
/coverage/
/spec/tmp
*.orig
rerun.txt
pickle-email-*.html

# Only include if you have production secrets in this file, which is no longer a Rails default
# config/secrets.yml

# dotenv
# TODO Comment out this rule if environment variables can be committed
.env

# Ignore bundler config.
/.bundle
/vendor/bundle

# these should all be checked in to normalize the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json

# Ignore pow environment settings
.powenv

# Ignore Byebug command history file.
.byebug_history
10 changes: 10 additions & 0 deletions GLOSSARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Glossaire

Petit glossaire des termes de l'application:

Terme anglais | Traduction francaise
------------- | --------------------
company | entreprise
company name | raison sociale de l'entreprise


8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# e-conseils

Réseau e-conseils : Apporter l'ensemble des aides publiques aux entreprises qui en ont besoin.<br />
[Voir sur le site de beta.gouv.fr](https://beta.gouv.fr/startup/e-conseils.html)

## Bidouille technique

Trucs pour lancer l'application et tout et tout

0 comments on commit 9838096

Please sign in to comment.