aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/.gitignore
blob: a4bc4e7f239e7f8b446d3396e49a57bace9fd7d1 (plain)
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
# Ignore files and directories that start with .
.*
.*/

target
/bin/

# IntelliJ files
*.iml
**/*.iml

# Node, NPM and Yarn files
node
node_modules
package-lock.json
yarn.lock

# React
*.log
logs
**/*.backup.*
**/*.back.*
bower_components

# Exclude .gitignore from ignore list
!/.gitignore