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
|
2021-03-08 10:35:47 +01:00
|
|
|
failing_specs.txt
|
2015-08-11 16:18:26 +02:00
|
|
|
|
2015-08-13 15:55:19 +02:00
|
|
|
public/uploads
|
2016-01-05 16:26:59 +01:00
|
|
|
public/downloads
|
2015-08-20 16:43:25 +02:00
|
|
|
doc/*.svg
|
2016-01-12 15:32:13 +01:00
|
|
|
uploads/*
|
2017-01-31 10:46:20 +01:00
|
|
|
.byebug_history
|
2017-03-09 17:38:20 +01:00
|
|
|
.env
|
2018-02-24 19:17:22 +01:00
|
|
|
storage/
|
2018-07-12 11:50:47 +02:00
|
|
|
/node_modules
|
2021-09-16 15:38:08 +02:00
|
|
|
/yarn-error.log
|
2018-07-12 11:50:47 +02:00
|
|
|
yarn-debug.log*
|
|
|
|
.yarn-integrity
|
2019-02-13 19:30:58 +01:00
|
|
|
/.vscode
|
2019-04-08 15:27:10 +02:00
|
|
|
/.idea
|
2020-12-10 18:35:41 +01:00
|
|
|
/public/assets
|
2022-07-05 17:28:20 +02:00
|
|
|
/spec/support/spec_config.local.rb
|
2023-06-29 14:50:13 +02:00
|
|
|
/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
|
|
|
|
2022-01-26 18:46:43 +01: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
|
2022-07-12 11:43:34 +02:00
|
|
|
public/graphql/schema
|