demarches-normaliennes/.gitignore

55 lines
981 B
Plaintext
Raw Normal View History

2015-08-10 11:05:06 +02:00
# 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'
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
failing_specs.txt
public/uploads
public/downloads
2015-08-20 16:43:25 +02:00
doc/*.svg
uploads/*
.byebug_history
2017-03-09 17:38:20 +01:00
.env
2018-02-24 19:17:22 +01:00
storage/
/node_modules
2021-09-16 15:38:08 +02:00
/yarn-error.log
yarn-debug.log*
.yarn-integrity
2019-02-13 19:30:58 +01:00
/.vscode
2019-04-08 15:27:10 +02:00
/.idea
/public/assets
/spec/support/spec_config.local.rb
/config/initializers/config.local.rb
2020-09-08 16:37:14 +02:00
# Local Netlify folder
.netlify
2021-09-16 15:38:08 +02:00
# Custom locales
/config/custom_locales/*
!/config/custom_locales/.keep
# Custom views
/app/custom_views/*
!/app/custom_views/.keep
2022-06-17 12:36:21 +02:00
# Webpacker
public/packs
public/packs-test
# Vite Ruby
public/vite
public/vite-dev
public/vite-test
2022-07-03 12:38:27 +02:00
app/graphql/schema.json
public/graphql/schema