forked from swcraftstras/kata-bootstraps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (40 loc) · 757 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.DS_Store
*~
.*sw[a-z]
*.pyc
*.bundle
.idea/
.idea_modules/
*.iml
target/
/js/**/node_modules
csharp/dotnet/Kata/.vs
csharp/dotnet/Kata/packages
csharp/dotnet/Kata/**/bin
csharp/dotnet/Kata/**/obj
/csharp/dotnet/Kata/**/*.user
fsharp/**/[Dd]ebug/
fsharp/**/[Dd]ebugPublic/
fsharp/**/[Rr]elease/
fsharp/**/[Rr]eleases/
fsharp/**/x64/
fsharp/**/x86/
fsharp/**/bld/
fsharp/**/[Bb]in/
fsharp/**/[Oo]bj/
fsharp/**/[Ll]og/
clojure/**/pom.xml
clojure/**/pom.xml.asc
clojure/**/*.jar
clojure/**/*.class
clojure/**/lib/
clojure/**/classes/
clojure/**/target/
clojure/**/checkouts/
clojure/**/.lein-deps-sum
clojure/**/.lein-repl-history
clojure/**/.lein-plugins/
clojure/**/.lein-failures
clojure/**/.nrepl-port
python/pytest/.pytest_cache
python/pytest/__pycache__