1
1
Files
Pebble-Time-Watchface-Squar…/.gitignore

38 lines
829 B
Plaintext
Raw Normal View History

2025-07-19 15:35:25 +02:00
# Pebble
build
2016-01-09 00:32:39 +01:00
2025-07-19 15:35:25 +02:00
# Created by https://www.toptal.com/developers/gitignore/api/linux,direnv,waf
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,direnv,waf
2016-01-09 00:32:39 +01:00
2025-07-19 15:35:25 +02:00
### direnv ###
.direnv
.envrc
2025-07-19 15:35:25 +02:00
### Linux ###
*~
2025-07-19 15:35:25 +02:00
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
2025-07-19 15:35:25 +02:00
# KDE directory preferences
.directory
2025-07-19 15:35:25 +02:00
# Linux trash folder which might appear on any partition or disk
.Trash-*
2025-07-19 15:35:25 +02:00
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
2025-07-19 15:35:25 +02:00
### Waf ###
# For projects that use the Waf build system: https://waf.io/
# Dot-hidden on Unix-like systems
.waf-*-*/
.waf3-*-*/
# Hidden directory on Windows (no dot)
waf-*-*/
waf3-*-*/
# Lockfile
.lock-waf_*_build
2025-07-19 15:35:25 +02:00
# End of https://www.toptal.com/developers/gitignore/api/linux,direnv,waf