mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-06 01:14:56 -06:00
fixup repository .gitignore
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Repository level
|
||||
.vscode/**
|
||||
.idea/**
|
||||
.pytest_cache/**
|
||||
.elixir_ls/**
|
||||
|
||||
# Python
|
||||
python/**/__pycache__/**
|
||||
python/**/.pytest_cache/**
|
||||
tempCodeRunnerFile.py
|
||||
*.pyc
|
||||
|
||||
# Java
|
||||
java/**/.idea/**
|
||||
java/**/.gradle/**
|
||||
java/**/bin/**
|
||||
java/**/build/**
|
||||
java/**/*.iml
|
||||
|
||||
# Clojure
|
||||
clojure/**/target/**
|
||||
clojure/**/.lein*
|
||||
clojure/**/.nrepl-port
|
||||
Reference in New Issue
Block a user