index.community/.gitignore

101 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2018-08-26 00:32:55 +00:00
*.csv
.idea/
*.gexf
2019-02-20 16:18:12 +00:00
data/
2019-07-19 18:19:53 +00:00
*.class
2018-08-26 00:32:55 +00:00
2019-07-17 16:16:25 +00:00
backend/.sobelow
2019-07-14 11:47:06 +00:00
# Environments
.env
.env*
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# The directory Mix will write compiled artifacts to.
/backend/_build/
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# If you run "mix test --cover", coverage assets end up here.
/backend/cover/
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# The directory Mix downloads your dependencies sources to.
/backend/deps/
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Where 3rd-party dependencies like ExDoc output generated docs.
/backend/doc/
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Ignore .fetch files in case you like to edit your project deps locally.
/backend/.fetch
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Ignore package tarball (built via "mix hex.build").
backend-*.tar
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/backend/priv/static/
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets files as long as you replace their contents by environment
# variables.
/backend/config/*.secret.exs
/backend/.elixir_ls/
*.pot
*.po
# dependencies
/frontend/node_modules
# testing
/frontend/coverage
# production
/frontend/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/gephi/.gradle/
/gephi/build/
2019-07-19 18:19:53 +00:00
/gephi/bin/
2019-07-14 11:47:06 +00:00
/gephi/lib/*
/gephi/!lib/.gitkeep
# 64MB file but I don't have much faith that it'll remain available...
!/gephi/lib/gephi-toolkit-0.9.2.jar
*/.idea/
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Ignore Gradle GUI config
/gephi/gradle-app.setting
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!/gephi/gradle-wrapper.jar
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
# Cache of project
/gephi/.gradletasknamecache
2018-08-26 00:13:13 +00:00
2019-07-14 11:47:06 +00:00
*.javac