forked from Kotlin/kotlin-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (33 loc) · 739 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
41
42
# IDEA folder except one project dictionary
/.idea/*
!/.idea/dictionaries
/.idea/dictionaries/*
!/.idea/dictionaries/ProjectDictionary.xml
# IDEA folders in folders with python ptojects
/distrib/.idea/**
/distrib-util/.idea/**
# IDEA ignored file formats
*.iml
# Folders with build files
out/
/build/
/build-plugin/**/.idea/
/build-plugin/**/build/
!/build-plugin/**/src/build/
/*jupyter*/*/build/
/api-examples/*/build/
/teamcity-artifacts/
# Folder with library descriptors
/libraries/
# Gradle caches and internal files
.gradle/
# Project Python virtual environments
/venv/
/distrib/venv/
# Jupyter notebooks checkpoints
**/.ipynb_checkpoints
# Jupyter log files
samples/debug.log
# MacOS attributes files
*.DS_Store
/buildSrc/